Shades of Conifer #C2DC56
Tints of Conifer #C2DC56
RGB
CMYK
RGB Variations
Color information
#C2DC56 (or 0xC2DC56) is known color: Conifer. HEX triplet: C2, DC and 56. RGB value is (194,220,86). Sum of RGB (Red+Green+Blue) = 194+220+86=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC56 is #3D23A9. Grayscale: #C5C5C5. Windows color (decimal): -4006826 or 5692610. OLE color: 5692610.
HSL color Cylindrical-coordinate representation of color #C2DC56: hue angle of 71.64º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2DC56 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 86 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.14 |
| HSL | 71.64º | 0.66% | 0.6% | - |
| HSV(B) | 71.64º | 0.61% | 0.86% | - |
| XYZ | 49.52 | 63.33 | 18.42 | - |
| YUV | 196.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 86 | 0.12 | 0 | 0.61 | 0.14 | 71.64 | 0.66 | 0.6 |
| Hex | C2 | DC | 56 | C | 0 | 3D | E | 48 | 42 | 3C |
| Octal | 302 | 334 | 126 | 14 | 0 | 75 | 16 | 110 | 102 | 74 |
| Binary | 11000010 | 11011100 | 1010110 | 1100 | 0 | 111101 | 1110 | 1001000 | 1000010 | 111100 |
Color Harmonies of #C2DC56
Complementary color
Monochromatic Colors of #C2DC56
Black with #C2DC56
Text Example
Text Example
White with #C2DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DC56; }
p { color: rgb(194,220,86); }
H1.HeaderClassName
{
color: #C2DC56;
}
.AnyTagClassName
{
color: #C2DC56;
}
</style>
background-color css
<style>
a { background-color: #C2DC56; }
a { background-color: rgb(194,220,86); }
div.DivClassName
{
background-color: #C2DC56;
}
.BgClassName
{
background-color: #C2DC56;
}
</style>
border-color css
<style>
span { border-color: #C2DC56; }
span { border-color: rgb(194,220,86); }
td.TdClassName
{
border-color: #C2DC56;
}
.TagClassName
{
border-color: #C2DC56;
}
</style>