Shades of Conifer #C0DD56
Tints of Conifer #C0DD56
RGB
CMYK
RGB Variations
Color information
#C0DD56 (or 0xC0DD56) is known color: Conifer. HEX triplet: C0, DD and 56. RGB value is (192,221,86). Sum of RGB (Red+Green+Blue) = 192+221+86=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD56 is #3F22A9. Grayscale: #C5C5C5. Windows color (decimal): -4137642 or 5692864. OLE color: 5692864.
HSL color Cylindrical-coordinate representation of color #C0DD56: hue angle of 72.89º 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 #C0DD56 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 86 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.13 |
| HSL | 72.89º | 0.67% | 0.6% | - |
| HSV(B) | 72.89º | 0.61% | 0.87% | - |
| XYZ | 49.27 | 63.59 | 18.48 | - |
| YUV | 196.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 86 | 0.13 | 0 | 0.61 | 0.13 | 72.89 | 0.67 | 0.6 |
| Hex | C0 | DD | 56 | D | 0 | 3D | D | 49 | 43 | 3C |
| Octal | 300 | 335 | 126 | 15 | 0 | 75 | 15 | 111 | 103 | 74 |
| Binary | 11000000 | 11011101 | 1010110 | 1101 | 0 | 111101 | 1101 | 1001001 | 1000011 | 111100 |
Color Harmonies of #C0DD56
Complementary color
Monochromatic Colors of #C0DD56
Black with #C0DD56
Text Example
Text Example
White with #C0DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD56; }
p { color: rgb(192,221,86); }
H1.HeaderClassName
{
color: #C0DD56;
}
.AnyTagClassName
{
color: #C0DD56;
}
</style>
background-color css
<style>
a { background-color: #C0DD56; }
a { background-color: rgb(192,221,86); }
div.DivClassName
{
background-color: #C0DD56;
}
.BgClassName
{
background-color: #C0DD56;
}
</style>
border-color css
<style>
span { border-color: #C0DD56; }
span { border-color: rgb(192,221,86); }
td.TdClassName
{
border-color: #C0DD56;
}
.TagClassName
{
border-color: #C0DD56;
}
</style>