Shades of Conifer #C0DC56
Tints of Conifer #C0DC56
RGB
CMYK
RGB Variations
Color information
#C0DC56 (or 0xC0DC56) is known color: Conifer. HEX triplet: C0, DC and 56. RGB value is (192,220,86). Sum of RGB (Red+Green+Blue) = 192+220+86=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC56 is #3F23A9. Grayscale: #C4C4C4. Windows color (decimal): -4137898 or 5692608. OLE color: 5692608.
HSL color Cylindrical-coordinate representation of color #C0DC56: hue angle of 72.54º 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 #C0DC56 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 86 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.14 |
| HSL | 72.54º | 0.66% | 0.6% | - |
| HSV(B) | 72.54º | 0.61% | 0.86% | - |
| XYZ | 49.01 | 63.06 | 18.39 | - |
| YUV | 196.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 86 | 0.13 | 0 | 0.61 | 0.14 | 72.54 | 0.66 | 0.6 |
| Hex | C0 | DC | 56 | D | 0 | 3D | E | 49 | 42 | 3C |
| Octal | 300 | 334 | 126 | 15 | 0 | 75 | 16 | 111 | 102 | 74 |
| Binary | 11000000 | 11011100 | 1010110 | 1101 | 0 | 111101 | 1110 | 1001001 | 1000010 | 111100 |
Color Harmonies of #C0DC56
Complementary color
Monochromatic Colors of #C0DC56
Black with #C0DC56
Text Example
Text Example
White with #C0DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC56; }
p { color: rgb(192,220,86); }
H1.HeaderClassName
{
color: #C0DC56;
}
.AnyTagClassName
{
color: #C0DC56;
}
</style>
background-color css
<style>
a { background-color: #C0DC56; }
a { background-color: rgb(192,220,86); }
div.DivClassName
{
background-color: #C0DC56;
}
.BgClassName
{
background-color: #C0DC56;
}
</style>
border-color css
<style>
span { border-color: #C0DC56; }
span { border-color: rgb(192,220,86); }
td.TdClassName
{
border-color: #C0DC56;
}
.TagClassName
{
border-color: #C0DC56;
}
</style>