Shades of Conifer #C5E556
Tints of Conifer #C5E556
RGB
CMYK
RGB Variations
Color information
#C5E556 (or 0xC5E556) is known color: Conifer. HEX triplet: C5, E5 and 56. RGB value is (197,229,86). Sum of RGB (Red+Green+Blue) = 197+229+86=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E556 is #3A1AA9. Grayscale: #CBCBCB. Windows color (decimal): -3807914 or 5694917. OLE color: 5694917.
HSL color Cylindrical-coordinate representation of color #C5E556: hue angle of 73.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5E556 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 86 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.10 |
| HSL | 73.43º | 0.73% | 0.62% | - |
| HSV(B) | 73.43º | 0.62% | 0.9% | - |
| XYZ | 52.72 | 68.58 | 19.26 | - |
| YUV | 203.13 | 61.9 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 86 | 0.14 | 0 | 0.62 | 0.10 | 73.43 | 0.73 | 0.62 |
| Hex | C5 | E5 | 56 | E | 0 | 3E | A | 49 | 49 | 3E |
| Octal | 305 | 345 | 126 | 16 | 0 | 76 | 12 | 111 | 111 | 76 |
| Binary | 11000101 | 11100101 | 1010110 | 1110 | 0 | 111110 | 1010 | 1001001 | 1001001 | 111110 |
Color Harmonies of #C5E556
Complementary color
Monochromatic Colors of #C5E556
Black with #C5E556
Text Example
Text Example
White with #C5E556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E556; }
p { color: rgb(197,229,86); }
H1.HeaderClassName
{
color: #C5E556;
}
.AnyTagClassName
{
color: #C5E556;
}
</style>
background-color css
<style>
a { background-color: #C5E556; }
a { background-color: rgb(197,229,86); }
div.DivClassName
{
background-color: #C5E556;
}
.BgClassName
{
background-color: #C5E556;
}
</style>
border-color css
<style>
span { border-color: #C5E556; }
span { border-color: rgb(197,229,86); }
td.TdClassName
{
border-color: #C5E556;
}
.TagClassName
{
border-color: #C5E556;
}
</style>