Shades of Conifer #C9E54F
Tints of Conifer #C9E54F
RGB
CMYK
RGB Variations
Color information
#C9E54F (or 0xC9E54F) is known color: Conifer. HEX triplet: C9, E5 and 4F. RGB value is (201,229,79). Sum of RGB (Red+Green+Blue) = 201+229+79=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E54F is #361AB0. Grayscale: #CCCCCC. Windows color (decimal): -3545777 or 5236169. OLE color: 5236169.
HSL color Cylindrical-coordinate representation of color #C9E54F: hue angle of 71.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9E54F is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 79 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.10 |
| HSL | 71.2º | 0.74% | 0.6% | - |
| HSV(B) | 71.2º | 0.66% | 0.9% | - |
| XYZ | 53.52 | 69.02 | 17.9 | - |
| YUV | 203.53 | 57.72 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 79 | 0.12 | 0 | 0.66 | 0.10 | 71.2 | 0.74 | 0.6 |
| Hex | C9 | E5 | 4F | C | 0 | 42 | A | 47 | 4A | 3C |
| Octal | 311 | 345 | 117 | 14 | 0 | 102 | 12 | 107 | 112 | 74 |
| Binary | 11001001 | 11100101 | 1001111 | 1100 | 0 | 1000010 | 1010 | 1000111 | 1001010 | 111100 |
Color Harmonies of #C9E54F
Complementary color
Monochromatic Colors of #C9E54F
Black with #C9E54F
Text Example
Text Example
White with #C9E54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E54F; }
p { color: rgb(201,229,79); }
H1.HeaderClassName
{
color: #C9E54F;
}
.AnyTagClassName
{
color: #C9E54F;
}
</style>
background-color css
<style>
a { background-color: #C9E54F; }
a { background-color: rgb(201,229,79); }
div.DivClassName
{
background-color: #C9E54F;
}
.BgClassName
{
background-color: #C9E54F;
}
</style>
border-color css
<style>
span { border-color: #C9E54F; }
span { border-color: rgb(201,229,79); }
td.TdClassName
{
border-color: #C9E54F;
}
.TagClassName
{
border-color: #C9E54F;
}
</style>