Shades of Conifer #C9F04E
Tints of Conifer #C9F04E
RGB
CMYK
RGB Variations
Color information
#C9F04E (or 0xC9F04E) is known color: Conifer. HEX triplet: C9, F0 and 4E. RGB value is (201,240,78). Sum of RGB (Red+Green+Blue) = 201+240+78=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F04E is #360FB1. Grayscale: #D2D2D2. Windows color (decimal): -3542962 or 5173449. OLE color: 5173449.
HSL color Cylindrical-coordinate representation of color #C9F04E: hue angle of 74.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9F04E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 78 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.06 |
| HSL | 74.44º | 0.84% | 0.62% | - |
| HSV(B) | 74.44º | 0.68% | 0.94% | - |
| XYZ | 56.62 | 75.29 | 18.76 | - |
| YUV | 209.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 78 | 0.16 | 0 | 0.68 | 0.06 | 74.44 | 0.84 | 0.62 |
| Hex | C9 | F0 | 4E | 10 | 0 | 44 | 6 | 4A | 54 | 3E |
| Octal | 311 | 360 | 116 | 20 | 0 | 104 | 6 | 112 | 124 | 76 |
| Binary | 11001001 | 11110000 | 1001110 | 10000 | 0 | 1000100 | 110 | 1001010 | 1010100 | 111110 |
Color Harmonies of #C9F04E
Complementary color
Monochromatic Colors of #C9F04E
Black with #C9F04E
Text Example
Text Example
White with #C9F04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F04E; }
p { color: rgb(201,240,78); }
H1.HeaderClassName
{
color: #C9F04E;
}
.AnyTagClassName
{
color: #C9F04E;
}
</style>
background-color css
<style>
a { background-color: #C9F04E; }
a { background-color: rgb(201,240,78); }
div.DivClassName
{
background-color: #C9F04E;
}
.BgClassName
{
background-color: #C9F04E;
}
</style>
border-color css
<style>
span { border-color: #C9F04E; }
span { border-color: rgb(201,240,78); }
td.TdClassName
{
border-color: #C9F04E;
}
.TagClassName
{
border-color: #C9F04E;
}
</style>