Shades of Conifer #C5E955
Tints of Conifer #C5E955
RGB
CMYK
RGB Variations
Color information
#C5E955 (or 0xC5E955) is known color: Conifer. HEX triplet: C5, E9 and 55. RGB value is (197,233,85). Sum of RGB (Red+Green+Blue) = 197+233+85=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E955 is #3A16AA. Grayscale: #CDCDCD. Windows color (decimal): -3806891 or 5630405. OLE color: 5630405.
HSL color Cylindrical-coordinate representation of color #C5E955: hue angle of 74.59º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5E955 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 85 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.09 |
| HSL | 74.59º | 0.77% | 0.62% | - |
| HSV(B) | 74.59º | 0.64% | 0.91% | - |
| XYZ | 53.8 | 70.8 | 19.43 | - |
| YUV | 205.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 85 | 0.15 | 0 | 0.64 | 0.09 | 74.59 | 0.77 | 0.62 |
| Hex | C5 | E9 | 55 | F | 0 | 40 | 9 | 4B | 4D | 3E |
| Octal | 305 | 351 | 125 | 17 | 0 | 100 | 11 | 113 | 115 | 76 |
| Binary | 11000101 | 11101001 | 1010101 | 1111 | 0 | 1000000 | 1001 | 1001011 | 1001101 | 111110 |
Color Harmonies of #C5E955
Complementary color
Monochromatic Colors of #C5E955
Black with #C5E955
Text Example
Text Example
White with #C5E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E955; }
p { color: rgb(197,233,85); }
H1.HeaderClassName
{
color: #C5E955;
}
.AnyTagClassName
{
color: #C5E955;
}
</style>
background-color css
<style>
a { background-color: #C5E955; }
a { background-color: rgb(197,233,85); }
div.DivClassName
{
background-color: #C5E955;
}
.BgClassName
{
background-color: #C5E955;
}
</style>
border-color css
<style>
span { border-color: #C5E955; }
span { border-color: rgb(197,233,85); }
td.TdClassName
{
border-color: #C5E955;
}
.TagClassName
{
border-color: #C5E955;
}
</style>