Shades of Conifer #C4E955
Tints of Conifer #C4E955
RGB
CMYK
RGB Variations
Color information
#C4E955 (or 0xC4E955) is known color: Conifer. HEX triplet: C4, E9 and 55. RGB value is (196,233,85). Sum of RGB (Red+Green+Blue) = 196+233+85=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E955 is #3B16AA. Grayscale: #CDCDCD. Windows color (decimal): -3872427 or 5630404. OLE color: 5630404.
HSL color Cylindrical-coordinate representation of color #C4E955: hue angle of 75º 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 #C4E955 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 233 | 85 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.09 |
| HSL | 75º | 0.77% | 0.62% | - |
| HSV(B) | 75º | 0.64% | 0.91% | - |
| XYZ | 53.54 | 70.67 | 19.41 | - |
| YUV | 205.07 | 60.24 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 233 | 85 | 0.16 | 0 | 0.64 | 0.09 | 75 | 0.77 | 0.62 |
| Hex | C4 | E9 | 55 | 10 | 0 | 40 | 9 | 4B | 4D | 3E |
| Octal | 304 | 351 | 125 | 20 | 0 | 100 | 11 | 113 | 115 | 76 |
| Binary | 11000100 | 11101001 | 1010101 | 10000 | 0 | 1000000 | 1001 | 1001011 | 1001101 | 111110 |
Color Harmonies of #C4E955
Complementary color
Monochromatic Colors of #C4E955
Black with #C4E955
Text Example
Text Example
White with #C4E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E955; }
p { color: rgb(196,233,85); }
H1.HeaderClassName
{
color: #C4E955;
}
.AnyTagClassName
{
color: #C4E955;
}
</style>
background-color css
<style>
a { background-color: #C4E955; }
a { background-color: rgb(196,233,85); }
div.DivClassName
{
background-color: #C4E955;
}
.BgClassName
{
background-color: #C4E955;
}
</style>
border-color css
<style>
span { border-color: #C4E955; }
span { border-color: rgb(196,233,85); }
td.TdClassName
{
border-color: #C4E955;
}
.TagClassName
{
border-color: #C4E955;
}
</style>