COLOR #C7E318

HEX: #C7E318
RGB: (199,227,24)

Color info

#C7E318 contains mainly red and green colors. Web safe color of #C7E318 is #CCCC00 (or #CC0).

RGB color model

#C7E318 color RGB value is (199,227,24).

  • red value is 199;
  • green value is 227;
  • blue value is 24.
RGB:
(199,227,24)
(78%,89%,9%)

RGB channels and saturation

R 199 of 255 = 78%
G 227 of 255 = 89%
B 24 of 255 = 9%

199
227
24

R + G + B ~ 59%. #C7E318 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
199 + 227 + 24 = 450 (100%)
R 199 of 450 ~ 44.22%
G 227 of 450 ~ 50.44%
B 24 of 450 ~ 5.33%

%44.22
%50.44

CMYK color model

#C7E318 color CMYK value is (12,0,89,11).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 89.43%
  • key color value is 10.98%
CMYK:
(12,0,89,11)
C12M0Y89K11 
(12%,0%,89%,11%)
(0.12/0.00/0.89/0.11)	

CMYK percentages

%12.33
%0
%89.43
%10.98

Codes

Color #C7E318 in popluar color models

C7E318
RGB19922724
HSL68°80.88%49.22%
HSB/HSV68°89.43%89.02%
CMYK12.33%0.00%89.43%
10.98%

Color #C7E318 in popluar number systems.

HEXC7E318
Decimal19922724
Binary110001111110001111000
Octal30734330

Shades and tints

Shades of #C7E318

#C7E318
(199,227,24)
#B5CF16
(181,207,22)
#A3BB14
(163,187,20)
#91A712
(145,167,18)
#7F9310
(127,147,16)
#6D7F0E
(109,127,14)
#5B6B0C
(91,107,12)
#49570A
(73,87,10)
#374308
(55,67,8)
#252F06
(37,47,6)
#131B04
(19,27,4)
#000000
(0,0,0)

Tints of #C7E318

#C7E318
(199,227,24)
#CCE52D
(204,229,45)
#D1E742
(209,231,66)
#D6E957
(214,233,87)
#DBEB6C
(219,235,108)
#E0ED81
(224,237,129)
#E5EF96
(229,239,150)
#EAF1AB
(234,241,171)
#EFF3C0
(239,243,192)
#F4F5D5
(244,245,213)
#F9F7EA
(249,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E318 color. Also use rgb(199,227,24) instead hex code.

Text Font Color

.myTextColor { color: #C7E318; }

<p style="color:#C7E318">This sample text font color is #C7E318.</p>

This text font color is #C7E318.


Background Color

.myBgColor { background-color: #C7E318; }

<div style="background-color:#C7E318">Inner text</div>

This div background color is #C7E318.


Border color

.myBorderColor { border: 1px solid #C7E318; }

<div style="border:3px solid #C7E318">Div</div>

This div border color is #C7E318.


Opacity

.myOpacity80 { color: #C7E318; opacity: 0.8; }

<p style="color:#C7E318;opacity:0.8;">80%</p>

Text with #C7E318 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7E318;}

<p style="text-shadow: 3px 3px 1px #C7E318">Text here.</p>

This text has shadow with #C7E318 color.

.textShadow {text-shadow: 3px 3px 1px #C7E318, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7E318, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7E318 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7E318, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7E318, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7E318 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7E318;
  -webkit-box-shadow:	1px 1px 3px 2px #C7E318;
  box-shadow:		1px 1px 3px 2px #C7E318;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7E318;
-webkit-box-shadow: 1px 1px 3px 2px #C7E318;
box-shadow:1px 1px 3px 2px #C7E318;">
Div content here</div>
This div box has shadow with color #C7E318.

Preview

Color preview on black background

This text has color #C7E318 on black background.


Color preview on white background

This text has color #C7E318 on white background.



Black color preview on #C7E318 background

This text has black color on #C7E318 background.


White color preview on #C7E318 background

This text has white color on #C7E318 background.