Shades of Conifer #C5E953
Tints of Conifer #C5E953
RGB
CMYK
RGB Variations
Color information
#C5E953 (or 0xC5E953) is known color: Conifer. HEX triplet: C5, E9 and 53. RGB value is (197,233,83). Sum of RGB (Red+Green+Blue) = 197+233+83=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E953 is #3A16AC. Grayscale: #CDCDCD. Windows color (decimal): -3806893 or 5499333. OLE color: 5499333.
HSL color Cylindrical-coordinate representation of color #C5E953: hue angle of 74.4º 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 #C5E953 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 83 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.09 |
| HSL | 74.4º | 0.77% | 0.62% | - |
| HSV(B) | 74.4º | 0.64% | 0.91% | - |
| XYZ | 53.73 | 70.77 | 19.01 | - |
| YUV | 205.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 83 | 0.15 | 0 | 0.64 | 0.09 | 74.4 | 0.77 | 0.62 |
| Hex | C5 | E9 | 53 | F | 0 | 40 | 9 | 4A | 4D | 3E |
| Octal | 305 | 351 | 123 | 17 | 0 | 100 | 11 | 112 | 115 | 76 |
| Binary | 11000101 | 11101001 | 1010011 | 1111 | 0 | 1000000 | 1001 | 1001010 | 1001101 | 111110 |
Color Harmonies of #C5E953
Complementary color
Monochromatic Colors of #C5E953
Black with #C5E953
Text Example
Text Example
White with #C5E953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E953; }
p { color: rgb(197,233,83); }
H1.HeaderClassName
{
color: #C5E953;
}
.AnyTagClassName
{
color: #C5E953;
}
</style>
background-color css
<style>
a { background-color: #C5E953; }
a { background-color: rgb(197,233,83); }
div.DivClassName
{
background-color: #C5E953;
}
.BgClassName
{
background-color: #C5E953;
}
</style>
border-color css
<style>
span { border-color: #C5E953; }
span { border-color: rgb(197,233,83); }
td.TdClassName
{
border-color: #C5E953;
}
.TagClassName
{
border-color: #C5E953;
}
</style>