Shades of Conifer #C5E35D
Tints of Conifer #C5E35D
RGB
CMYK
RGB Variations
Color information
#C5E35D (or 0xC5E35D) is known color: Conifer. HEX triplet: C5, E3 and 5D. RGB value is (197,227,93). Sum of RGB (Red+Green+Blue) = 197+227+93=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E35D is #3A1CA2. Grayscale: #CBCBCB. Windows color (decimal): -3808419 or 6153157. OLE color: 6153157.
HSL color Cylindrical-coordinate representation of color #C5E35D: hue angle of 73.43º 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 #C5E35D is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 93 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.11 |
| HSL | 73.43º | 0.71% | 0.63% | - |
| HSV(B) | 73.43º | 0.59% | 0.89% | - |
| XYZ | 52.47 | 67.6 | 20.64 | - |
| YUV | 202.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 93 | 0.13 | 0 | 0.59 | 0.11 | 73.43 | 0.71 | 0.63 |
| Hex | C5 | E3 | 5D | D | 0 | 3B | B | 49 | 47 | 3F |
| Octal | 305 | 343 | 135 | 15 | 0 | 73 | 13 | 111 | 107 | 77 |
| Binary | 11000101 | 11100011 | 1011101 | 1101 | 0 | 111011 | 1011 | 1001001 | 1000111 | 111111 |
Color Harmonies of #C5E35D
Complementary color
Monochromatic Colors of #C5E35D
Black with #C5E35D
Text Example
Text Example
White with #C5E35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E35D; }
p { color: rgb(197,227,93); }
H1.HeaderClassName
{
color: #C5E35D;
}
.AnyTagClassName
{
color: #C5E35D;
}
</style>
background-color css
<style>
a { background-color: #C5E35D; }
a { background-color: rgb(197,227,93); }
div.DivClassName
{
background-color: #C5E35D;
}
.BgClassName
{
background-color: #C5E35D;
}
</style>
border-color css
<style>
span { border-color: #C5E35D; }
span { border-color: rgb(197,227,93); }
td.TdClassName
{
border-color: #C5E35D;
}
.TagClassName
{
border-color: #C5E35D;
}
</style>