Shades of Conifer #C5E353
Tints of Conifer #C5E353
RGB
CMYK
RGB Variations
Color information
#C5E353 (or 0xC5E353) is known color: Conifer. HEX triplet: C5, E3 and 53. RGB value is (197,227,83). Sum of RGB (Red+Green+Blue) = 197+227+83=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E353 is #3A1CAC. Grayscale: #CACACA. Windows color (decimal): -3808429 or 5497797. OLE color: 5497797.
HSL color Cylindrical-coordinate representation of color #C5E353: hue angle of 72.5º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5E353 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 83 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.11 |
| HSL | 72.5º | 0.72% | 0.61% | - |
| HSV(B) | 72.5º | 0.63% | 0.89% | - |
| XYZ | 52.06 | 67.43 | 18.46 | - |
| YUV | 201.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 83 | 0.13 | 0 | 0.63 | 0.11 | 72.5 | 0.72 | 0.61 |
| Hex | C5 | E3 | 53 | D | 0 | 3F | B | 48 | 48 | 3D |
| Octal | 305 | 343 | 123 | 15 | 0 | 77 | 13 | 110 | 110 | 75 |
| Binary | 11000101 | 11100011 | 1010011 | 1101 | 0 | 111111 | 1011 | 1001000 | 1001000 | 111101 |
Color Harmonies of #C5E353
Complementary color
Monochromatic Colors of #C5E353
Black with #C5E353
Text Example
Text Example
White with #C5E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E353; }
p { color: rgb(197,227,83); }
H1.HeaderClassName
{
color: #C5E353;
}
.AnyTagClassName
{
color: #C5E353;
}
</style>
background-color css
<style>
a { background-color: #C5E353; }
a { background-color: rgb(197,227,83); }
div.DivClassName
{
background-color: #C5E353;
}
.BgClassName
{
background-color: #C5E353;
}
</style>
border-color css
<style>
span { border-color: #C5E353; }
span { border-color: rgb(197,227,83); }
td.TdClassName
{
border-color: #C5E353;
}
.TagClassName
{
border-color: #C5E353;
}
</style>