Shades of Conifer #C9E156
Tints of Conifer #C9E156
RGB
CMYK
RGB Variations
Color information
#C9E156 (or 0xC9E156) is known color: Conifer. HEX triplet: C9, E1 and 56. RGB value is (201,225,86). Sum of RGB (Red+Green+Blue) = 201+225+86=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E156 is #361EA9. Grayscale: #CACACA. Windows color (decimal): -3546794 or 5693897. OLE color: 5693897.
HSL color Cylindrical-coordinate representation of color #C9E156: hue angle of 70.36º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9E156 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 86 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.12 |
| HSL | 70.36º | 0.7% | 0.61% | - |
| HSV(B) | 70.36º | 0.62% | 0.88% | - |
| XYZ | 52.69 | 66.94 | 18.95 | - |
| YUV | 201.98 | 62.55 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 86 | 0.11 | 0 | 0.62 | 0.12 | 70.36 | 0.7 | 0.61 |
| Hex | C9 | E1 | 56 | B | 0 | 3E | C | 46 | 46 | 3D |
| Octal | 311 | 341 | 126 | 13 | 0 | 76 | 14 | 106 | 106 | 75 |
| Binary | 11001001 | 11100001 | 1010110 | 1011 | 0 | 111110 | 1100 | 1000110 | 1000110 | 111101 |
Color Harmonies of #C9E156
Complementary color
Monochromatic Colors of #C9E156
Black with #C9E156
Text Example
Text Example
White with #C9E156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E156; }
p { color: rgb(201,225,86); }
H1.HeaderClassName
{
color: #C9E156;
}
.AnyTagClassName
{
color: #C9E156;
}
</style>
background-color css
<style>
a { background-color: #C9E156; }
a { background-color: rgb(201,225,86); }
div.DivClassName
{
background-color: #C9E156;
}
.BgClassName
{
background-color: #C9E156;
}
</style>
border-color css
<style>
span { border-color: #C9E156; }
span { border-color: rgb(201,225,86); }
td.TdClassName
{
border-color: #C9E156;
}
.TagClassName
{
border-color: #C9E156;
}
</style>