Shades of Conifer #C9E450
Tints of Conifer #C9E450
RGB
CMYK
RGB Variations
Color information
#C9E450 (or 0xC9E450) is known color: Conifer. HEX triplet: C9, E4 and 50. RGB value is (201,228,80). Sum of RGB (Red+Green+Blue) = 201+228+80=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E450 is #361BAF. Grayscale: #CBCBCB. Windows color (decimal): -3546032 or 5301449. OLE color: 5301449.
HSL color Cylindrical-coordinate representation of color #C9E450: hue angle of 70.95º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9E450 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 228 | 80 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.11 |
| HSL | 70.95º | 0.73% | 0.6% | - |
| HSV(B) | 70.95º | 0.65% | 0.89% | - |
| XYZ | 53.28 | 68.48 | 18 | - |
| YUV | 203.06 | 58.55 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 228 | 80 | 0.12 | 0 | 0.65 | 0.11 | 70.95 | 0.73 | 0.6 |
| Hex | C9 | E4 | 50 | C | 0 | 41 | B | 47 | 49 | 3C |
| Octal | 311 | 344 | 120 | 14 | 0 | 101 | 13 | 107 | 111 | 74 |
| Binary | 11001001 | 11100100 | 1010000 | 1100 | 0 | 1000001 | 1011 | 1000111 | 1001001 | 111100 |
Color Harmonies of #C9E450
Complementary color
Monochromatic Colors of #C9E450
Black with #C9E450
Text Example
Text Example
White with #C9E450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E450; }
p { color: rgb(201,228,80); }
H1.HeaderClassName
{
color: #C9E450;
}
.AnyTagClassName
{
color: #C9E450;
}
</style>
background-color css
<style>
a { background-color: #C9E450; }
a { background-color: rgb(201,228,80); }
div.DivClassName
{
background-color: #C9E450;
}
.BgClassName
{
background-color: #C9E450;
}
</style>
border-color css
<style>
span { border-color: #C9E450; }
span { border-color: rgb(201,228,80); }
td.TdClassName
{
border-color: #C9E450;
}
.TagClassName
{
border-color: #C9E450;
}
</style>