Shades of Conifer #C0DD50
Tints of Conifer #C0DD50
RGB
CMYK
RGB Variations
Color information
#C0DD50 (or 0xC0DD50) is known color: Conifer. HEX triplet: C0, DD and 50. RGB value is (192,221,80). Sum of RGB (Red+Green+Blue) = 192+221+80=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD50 is #3F22AF. Grayscale: #C4C4C4. Windows color (decimal): -4137648 or 5299648. OLE color: 5299648.
HSL color Cylindrical-coordinate representation of color #C0DD50: hue angle of 72.34º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0DD50 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 80 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.13 |
| HSL | 72.34º | 0.67% | 0.59% | - |
| HSV(B) | 72.34º | 0.64% | 0.87% | - |
| XYZ | 49.04 | 63.5 | 17.26 | - |
| YUV | 196.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 80 | 0.13 | 0 | 0.64 | 0.13 | 72.34 | 0.67 | 0.59 |
| Hex | C0 | DD | 50 | D | 0 | 40 | D | 48 | 43 | 3B |
| Octal | 300 | 335 | 120 | 15 | 0 | 100 | 15 | 110 | 103 | 73 |
| Binary | 11000000 | 11011101 | 1010000 | 1101 | 0 | 1000000 | 1101 | 1001000 | 1000011 | 111011 |
Color Harmonies of #C0DD50
Complementary color
Monochromatic Colors of #C0DD50
Black with #C0DD50
Text Example
Text Example
White with #C0DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD50; }
p { color: rgb(192,221,80); }
H1.HeaderClassName
{
color: #C0DD50;
}
.AnyTagClassName
{
color: #C0DD50;
}
</style>
background-color css
<style>
a { background-color: #C0DD50; }
a { background-color: rgb(192,221,80); }
div.DivClassName
{
background-color: #C0DD50;
}
.BgClassName
{
background-color: #C0DD50;
}
</style>
border-color css
<style>
span { border-color: #C0DD50; }
span { border-color: rgb(192,221,80); }
td.TdClassName
{
border-color: #C0DD50;
}
.TagClassName
{
border-color: #C0DD50;
}
</style>