Shades of Conifer #C9F14E
Tints of Conifer #C9F14E
RGB
CMYK
RGB Variations
Color information
#C9F14E (or 0xC9F14E) is known color: Conifer. HEX triplet: C9, F1 and 4E. RGB value is (201,241,78). Sum of RGB (Red+Green+Blue) = 201+241+78=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F14E is #360EB1. Grayscale: #D3D3D3. Windows color (decimal): -3542706 or 5173705. OLE color: 5173705.
HSL color Cylindrical-coordinate representation of color #C9F14E: hue angle of 74.72º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9F14E is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 78 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.05 |
| HSL | 74.72º | 0.85% | 0.63% | - |
| HSV(B) | 74.72º | 0.68% | 0.95% | - |
| XYZ | 56.92 | 75.88 | 18.85 | - |
| YUV | 210.46 | 53.25 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 78 | 0.17 | 0 | 0.68 | 0.05 | 74.72 | 0.85 | 0.63 |
| Hex | C9 | F1 | 4E | 11 | 0 | 44 | 5 | 4B | 55 | 3F |
| Octal | 311 | 361 | 116 | 21 | 0 | 104 | 5 | 113 | 125 | 77 |
| Binary | 11001001 | 11110001 | 1001110 | 10001 | 0 | 1000100 | 101 | 1001011 | 1010101 | 111111 |
Color Harmonies of #C9F14E
Complementary color
Monochromatic Colors of #C9F14E
Black with #C9F14E
Text Example
Text Example
White with #C9F14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F14E; }
p { color: rgb(201,241,78); }
H1.HeaderClassName
{
color: #C9F14E;
}
.AnyTagClassName
{
color: #C9F14E;
}
</style>
background-color css
<style>
a { background-color: #C9F14E; }
a { background-color: rgb(201,241,78); }
div.DivClassName
{
background-color: #C9F14E;
}
.BgClassName
{
background-color: #C9F14E;
}
</style>
border-color css
<style>
span { border-color: #C9F14E; }
span { border-color: rgb(201,241,78); }
td.TdClassName
{
border-color: #C9F14E;
}
.TagClassName
{
border-color: #C9F14E;
}
</style>