Shades of Conifer #C7E156
Tints of Conifer #C7E156
RGB
CMYK
RGB Variations
Color information
#C7E156 (or 0xC7E156) is known color: Conifer. HEX triplet: C7, E1 and 56. RGB value is (199,225,86). Sum of RGB (Red+Green+Blue) = 199+225+86=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E156 is #381EA9. Grayscale: #C9C9C9. Windows color (decimal): -3677866 or 5693895. OLE color: 5693895.
HSL color Cylindrical-coordinate representation of color #C7E156: hue angle of 71.22º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7E156 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 86 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.12 |
| HSL | 71.22º | 0.7% | 0.61% | - |
| HSV(B) | 71.22º | 0.62% | 0.88% | - |
| XYZ | 52.16 | 66.66 | 18.92 | - |
| YUV | 201.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 86 | 0.12 | 0 | 0.62 | 0.12 | 71.22 | 0.7 | 0.61 |
| Hex | C7 | E1 | 56 | C | 0 | 3E | C | 47 | 46 | 3D |
| Octal | 307 | 341 | 126 | 14 | 0 | 76 | 14 | 107 | 106 | 75 |
| Binary | 11000111 | 11100001 | 1010110 | 1100 | 0 | 111110 | 1100 | 1000111 | 1000110 | 111101 |
Color Harmonies of #C7E156
Complementary color
Monochromatic Colors of #C7E156
Black with #C7E156
Text Example
Text Example
White with #C7E156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E156; }
p { color: rgb(199,225,86); }
H1.HeaderClassName
{
color: #C7E156;
}
.AnyTagClassName
{
color: #C7E156;
}
</style>
background-color css
<style>
a { background-color: #C7E156; }
a { background-color: rgb(199,225,86); }
div.DivClassName
{
background-color: #C7E156;
}
.BgClassName
{
background-color: #C7E156;
}
</style>
border-color css
<style>
span { border-color: #C7E156; }
span { border-color: rgb(199,225,86); }
td.TdClassName
{
border-color: #C7E156;
}
.TagClassName
{
border-color: #C7E156;
}
</style>