Shades of Conifer #C4E560
Tints of Conifer #C4E560
RGB
CMYK
RGB Variations
Color information
#C4E560 (or 0xC4E560) is known color: Conifer. HEX triplet: C4, E5 and 60. RGB value is (196,229,96). Sum of RGB (Red+Green+Blue) = 196+229+96=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E560 is #3B1A9F. Grayscale: #CCCCCC. Windows color (decimal): -3873440 or 6350276. OLE color: 6350276.
HSL color Cylindrical-coordinate representation of color #C4E560: hue angle of 74.89º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4E560 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 96 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.10 |
| HSL | 74.89º | 0.72% | 0.64% | - |
| HSV(B) | 74.89º | 0.58% | 0.9% | - |
| XYZ | 52.9 | 68.62 | 21.52 | - |
| YUV | 203.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 96 | 0.14 | 0 | 0.58 | 0.10 | 74.89 | 0.72 | 0.64 |
| Hex | C4 | E5 | 60 | E | 0 | 3A | A | 4B | 48 | 40 |
| Octal | 304 | 345 | 140 | 16 | 0 | 72 | 12 | 113 | 110 | 100 |
| Binary | 11000100 | 11100101 | 1100000 | 1110 | 0 | 111010 | 1010 | 1001011 | 1001000 | 1000000 |
Color Harmonies of #C4E560
Complementary color
Monochromatic Colors of #C4E560
Black with #C4E560
Text Example
Text Example
White with #C4E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E560; }
p { color: rgb(196,229,96); }
H1.HeaderClassName
{
color: #C4E560;
}
.AnyTagClassName
{
color: #C4E560;
}
</style>
background-color css
<style>
a { background-color: #C4E560; }
a { background-color: rgb(196,229,96); }
div.DivClassName
{
background-color: #C4E560;
}
.BgClassName
{
background-color: #C4E560;
}
</style>
border-color css
<style>
span { border-color: #C4E560; }
span { border-color: rgb(196,229,96); }
td.TdClassName
{
border-color: #C4E560;
}
.TagClassName
{
border-color: #C4E560;
}
</style>