Shades of Conifer #C6E156
Tints of Conifer #C6E156
RGB
CMYK
RGB Variations
Color information
#C6E156 (or 0xC6E156) is known color: Conifer. HEX triplet: C6, E1 and 56. RGB value is (198,225,86). Sum of RGB (Red+Green+Blue) = 198+225+86=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E156 is #391EA9. Grayscale: #C9C9C9. Windows color (decimal): -3743402 or 5693894. OLE color: 5693894.
HSL color Cylindrical-coordinate representation of color #C6E156: hue angle of 71.65º 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 #C6E156 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 86 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.12 |
| HSL | 71.65º | 0.7% | 0.61% | - |
| HSV(B) | 71.65º | 0.62% | 0.88% | - |
| XYZ | 51.89 | 66.53 | 18.91 | - |
| YUV | 201.08 | 63.05 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 86 | 0.12 | 0 | 0.62 | 0.12 | 71.65 | 0.7 | 0.61 |
| Hex | C6 | E1 | 56 | C | 0 | 3E | C | 48 | 46 | 3D |
| Octal | 306 | 341 | 126 | 14 | 0 | 76 | 14 | 110 | 106 | 75 |
| Binary | 11000110 | 11100001 | 1010110 | 1100 | 0 | 111110 | 1100 | 1001000 | 1000110 | 111101 |
Color Harmonies of #C6E156
Complementary color
Monochromatic Colors of #C6E156
Black with #C6E156
Text Example
Text Example
White with #C6E156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E156; }
p { color: rgb(198,225,86); }
H1.HeaderClassName
{
color: #C6E156;
}
.AnyTagClassName
{
color: #C6E156;
}
</style>
background-color css
<style>
a { background-color: #C6E156; }
a { background-color: rgb(198,225,86); }
div.DivClassName
{
background-color: #C6E156;
}
.BgClassName
{
background-color: #C6E156;
}
</style>
border-color css
<style>
span { border-color: #C6E156; }
span { border-color: rgb(198,225,86); }
td.TdClassName
{
border-color: #C6E156;
}
.TagClassName
{
border-color: #C6E156;
}
</style>