Shades of Conifer #C5E94E
Tints of Conifer #C5E94E
RGB
CMYK
RGB Variations
Color information
#C5E94E (or 0xC5E94E) is known color: Conifer. HEX triplet: C5, E9 and 4E. RGB value is (197,233,78). Sum of RGB (Red+Green+Blue) = 197+233+78=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E94E is #3A16B1. Grayscale: #CDCDCD. Windows color (decimal): -3806898 or 5171653. OLE color: 5171653.
HSL color Cylindrical-coordinate representation of color #C5E94E: hue angle of 73.94º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5E94E is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 78 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.09 |
| HSL | 73.94º | 0.78% | 0.61% | - |
| HSV(B) | 73.94º | 0.67% | 0.91% | - |
| XYZ | 53.54 | 70.7 | 18.03 | - |
| YUV | 204.57 | 56.57 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 78 | 0.15 | 0 | 0.67 | 0.09 | 73.94 | 0.78 | 0.61 |
| Hex | C5 | E9 | 4E | F | 0 | 43 | 9 | 4A | 4E | 3D |
| Octal | 305 | 351 | 116 | 17 | 0 | 103 | 11 | 112 | 116 | 75 |
| Binary | 11000101 | 11101001 | 1001110 | 1111 | 0 | 1000011 | 1001 | 1001010 | 1001110 | 111101 |
Color Harmonies of #C5E94E
Complementary color
Monochromatic Colors of #C5E94E
Black with #C5E94E
Text Example
Text Example
White with #C5E94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E94E; }
p { color: rgb(197,233,78); }
H1.HeaderClassName
{
color: #C5E94E;
}
.AnyTagClassName
{
color: #C5E94E;
}
</style>
background-color css
<style>
a { background-color: #C5E94E; }
a { background-color: rgb(197,233,78); }
div.DivClassName
{
background-color: #C5E94E;
}
.BgClassName
{
background-color: #C5E94E;
}
</style>
border-color css
<style>
span { border-color: #C5E94E; }
span { border-color: rgb(197,233,78); }
td.TdClassName
{
border-color: #C5E94E;
}
.TagClassName
{
border-color: #C5E94E;
}
</style>