Shades of Conifer #C5E460
Tints of Conifer #C5E460
RGB
CMYK
RGB Variations
Color information
#C5E460 (or 0xC5E460) is known color: Conifer. HEX triplet: C5, E4 and 60. RGB value is (197,228,96). Sum of RGB (Red+Green+Blue) = 197+228+96=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E460 is #3A1B9F. Grayscale: #CCCCCC. Windows color (decimal): -3808160 or 6350021. OLE color: 6350021.
HSL color Cylindrical-coordinate representation of color #C5E460: hue angle of 74.09º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5E460 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 96 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.11 |
| HSL | 74.09º | 0.71% | 0.64% | - |
| HSV(B) | 74.09º | 0.58% | 0.89% | - |
| XYZ | 52.88 | 68.2 | 21.44 | - |
| YUV | 203.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 96 | 0.14 | 0 | 0.58 | 0.11 | 74.09 | 0.71 | 0.64 |
| Hex | C5 | E4 | 60 | E | 0 | 3A | B | 4A | 47 | 40 |
| Octal | 305 | 344 | 140 | 16 | 0 | 72 | 13 | 112 | 107 | 100 |
| Binary | 11000101 | 11100100 | 1100000 | 1110 | 0 | 111010 | 1011 | 1001010 | 1000111 | 1000000 |
Color Harmonies of #C5E460
Complementary color
Monochromatic Colors of #C5E460
Black with #C5E460
Text Example
Text Example
White with #C5E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E460; }
p { color: rgb(197,228,96); }
H1.HeaderClassName
{
color: #C5E460;
}
.AnyTagClassName
{
color: #C5E460;
}
</style>
background-color css
<style>
a { background-color: #C5E460; }
a { background-color: rgb(197,228,96); }
div.DivClassName
{
background-color: #C5E460;
}
.BgClassName
{
background-color: #C5E460;
}
</style>
border-color css
<style>
span { border-color: #C5E460; }
span { border-color: rgb(197,228,96); }
td.TdClassName
{
border-color: #C5E460;
}
.TagClassName
{
border-color: #C5E460;
}
</style>