Shades of Conifer #C2EB56
Tints of Conifer #C2EB56
RGB
CMYK
RGB Variations
Color information
#C2EB56 (or 0xC2EB56) is known color: Conifer. HEX triplet: C2, EB and 56. RGB value is (194,235,86). Sum of RGB (Red+Green+Blue) = 194+235+86=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB56 is #3D14A9. Grayscale: #CECECE. Windows color (decimal): -4002986 or 5696450. OLE color: 5696450.
HSL color Cylindrical-coordinate representation of color #C2EB56: hue angle of 76.51º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2EB56 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 86 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.08 |
| HSL | 76.51º | 0.79% | 0.63% | - |
| HSV(B) | 76.51º | 0.63% | 0.92% | - |
| XYZ | 53.64 | 71.56 | 19.79 | - |
| YUV | 205.76 | 60.42 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 86 | 0.17 | 0 | 0.63 | 0.08 | 76.51 | 0.79 | 0.63 |
| Hex | C2 | EB | 56 | 11 | 0 | 3F | 8 | 4D | 4F | 3F |
| Octal | 302 | 353 | 126 | 21 | 0 | 77 | 10 | 115 | 117 | 77 |
| Binary | 11000010 | 11101011 | 1010110 | 10001 | 0 | 111111 | 1000 | 1001101 | 1001111 | 111111 |
Color Harmonies of #C2EB56
Complementary color
Monochromatic Colors of #C2EB56
Black with #C2EB56
Text Example
Text Example
White with #C2EB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB56; }
p { color: rgb(194,235,86); }
H1.HeaderClassName
{
color: #C2EB56;
}
.AnyTagClassName
{
color: #C2EB56;
}
</style>
background-color css
<style>
a { background-color: #C2EB56; }
a { background-color: rgb(194,235,86); }
div.DivClassName
{
background-color: #C2EB56;
}
.BgClassName
{
background-color: #C2EB56;
}
</style>
border-color css
<style>
span { border-color: #C2EB56; }
span { border-color: rgb(194,235,86); }
td.TdClassName
{
border-color: #C2EB56;
}
.TagClassName
{
border-color: #C2EB56;
}
</style>