Shades of Conifer #C2DE56
Tints of Conifer #C2DE56
RGB
CMYK
RGB Variations
Color information
#C2DE56 (or 0xC2DE56) is known color: Conifer. HEX triplet: C2, DE and 56. RGB value is (194,222,86). Sum of RGB (Red+Green+Blue) = 194+222+86=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE56 is #3D21A9. Grayscale: #C6C6C6. Windows color (decimal): -4006314 or 5693122. OLE color: 5693122.
HSL color Cylindrical-coordinate representation of color #C2DE56: hue angle of 72.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2DE56 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 86 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.13 |
| HSL | 72.35º | 0.67% | 0.6% | - |
| HSV(B) | 72.35º | 0.61% | 0.87% | - |
| XYZ | 50.05 | 64.38 | 18.59 | - |
| YUV | 198.12 | 64.72 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 86 | 0.13 | 0 | 0.61 | 0.13 | 72.35 | 0.67 | 0.6 |
| Hex | C2 | DE | 56 | D | 0 | 3D | D | 48 | 43 | 3C |
| Octal | 302 | 336 | 126 | 15 | 0 | 75 | 15 | 110 | 103 | 74 |
| Binary | 11000010 | 11011110 | 1010110 | 1101 | 0 | 111101 | 1101 | 1001000 | 1000011 | 111100 |
Color Harmonies of #C2DE56
Complementary color
Monochromatic Colors of #C2DE56
Black with #C2DE56
Text Example
Text Example
White with #C2DE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE56; }
p { color: rgb(194,222,86); }
H1.HeaderClassName
{
color: #C2DE56;
}
.AnyTagClassName
{
color: #C2DE56;
}
</style>
background-color css
<style>
a { background-color: #C2DE56; }
a { background-color: rgb(194,222,86); }
div.DivClassName
{
background-color: #C2DE56;
}
.BgClassName
{
background-color: #C2DE56;
}
</style>
border-color css
<style>
span { border-color: #C2DE56; }
span { border-color: rgb(194,222,86); }
td.TdClassName
{
border-color: #C2DE56;
}
.TagClassName
{
border-color: #C2DE56;
}
</style>