Shades of Conifer #C0DA56
Tints of Conifer #C0DA56
RGB
CMYK
RGB Variations
Color information
#C0DA56 (or 0xC0DA56) is known color: Conifer. HEX triplet: C0, DA and 56. RGB value is (192,218,86). Sum of RGB (Red+Green+Blue) = 192+218+86=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA56 is #3F25A9. Grayscale: #C3C3C3. Windows color (decimal): -4138410 or 5692096. OLE color: 5692096.
HSL color Cylindrical-coordinate representation of color #C0DA56: hue angle of 71.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0DA56 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 86 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.15 |
| HSL | 71.82º | 0.64% | 0.6% | - |
| HSV(B) | 71.82º | 0.61% | 0.85% | - |
| XYZ | 48.49 | 62.02 | 18.22 | - |
| YUV | 195.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 86 | 0.12 | 0 | 0.61 | 0.15 | 71.82 | 0.64 | 0.6 |
| Hex | C0 | DA | 56 | C | 0 | 3D | F | 48 | 40 | 3C |
| Octal | 300 | 332 | 126 | 14 | 0 | 75 | 17 | 110 | 100 | 74 |
| Binary | 11000000 | 11011010 | 1010110 | 1100 | 0 | 111101 | 1111 | 1001000 | 1000000 | 111100 |
Color Harmonies of #C0DA56
Complementary color
Monochromatic Colors of #C0DA56
Black with #C0DA56
Text Example
Text Example
White with #C0DA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA56; }
p { color: rgb(192,218,86); }
H1.HeaderClassName
{
color: #C0DA56;
}
.AnyTagClassName
{
color: #C0DA56;
}
</style>
background-color css
<style>
a { background-color: #C0DA56; }
a { background-color: rgb(192,218,86); }
div.DivClassName
{
background-color: #C0DA56;
}
.BgClassName
{
background-color: #C0DA56;
}
</style>
border-color css
<style>
span { border-color: #C0DA56; }
span { border-color: rgb(192,218,86); }
td.TdClassName
{
border-color: #C0DA56;
}
.TagClassName
{
border-color: #C0DA56;
}
</style>