Shades of Conifer #C5E45D
Tints of Conifer #C5E45D
RGB
CMYK
RGB Variations
Color information
#C5E45D (or 0xC5E45D) is known color: Conifer. HEX triplet: C5, E4 and 5D. RGB value is (197,228,93). Sum of RGB (Red+Green+Blue) = 197+228+93=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E45D is #3A1BA2. Grayscale: #CBCBCB. Windows color (decimal): -3808163 or 6153413. OLE color: 6153413.
HSL color Cylindrical-coordinate representation of color #C5E45D: hue angle of 73.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5E45D is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 93 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.11 |
| HSL | 73.78º | 0.71% | 0.63% | - |
| HSV(B) | 73.78º | 0.59% | 0.89% | - |
| XYZ | 52.75 | 68.15 | 20.73 | - |
| YUV | 203.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 93 | 0.14 | 0 | 0.59 | 0.11 | 73.78 | 0.71 | 0.63 |
| Hex | C5 | E4 | 5D | E | 0 | 3B | B | 4A | 47 | 3F |
| Octal | 305 | 344 | 135 | 16 | 0 | 73 | 13 | 112 | 107 | 77 |
| Binary | 11000101 | 11100100 | 1011101 | 1110 | 0 | 111011 | 1011 | 1001010 | 1000111 | 111111 |
Color Harmonies of #C5E45D
Complementary color
Monochromatic Colors of #C5E45D
Black with #C5E45D
Text Example
Text Example
White with #C5E45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E45D; }
p { color: rgb(197,228,93); }
H1.HeaderClassName
{
color: #C5E45D;
}
.AnyTagClassName
{
color: #C5E45D;
}
</style>
background-color css
<style>
a { background-color: #C5E45D; }
a { background-color: rgb(197,228,93); }
div.DivClassName
{
background-color: #C5E45D;
}
.BgClassName
{
background-color: #C5E45D;
}
</style>
border-color css
<style>
span { border-color: #C5E45D; }
span { border-color: rgb(197,228,93); }
td.TdClassName
{
border-color: #C5E45D;
}
.TagClassName
{
border-color: #C5E45D;
}
</style>