Shades of Conifer #C0DE50
Tints of Conifer #C0DE50
RGB
CMYK
RGB Variations
Color information
#C0DE50 (or 0xC0DE50) is known color: Conifer. HEX triplet: C0, DE and 50. RGB value is (192,222,80). Sum of RGB (Red+Green+Blue) = 192+222+80=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE50 is #3F21AF. Grayscale: #C5C5C5. Windows color (decimal): -4137392 or 5299904. OLE color: 5299904.
HSL color Cylindrical-coordinate representation of color #C0DE50: hue angle of 72.68º degrees, saturation: 0.68, 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 #C0DE50 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 80 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.13 |
| HSL | 72.68º | 0.68% | 0.59% | - |
| HSV(B) | 72.68º | 0.64% | 0.87% | - |
| XYZ | 49.31 | 64.03 | 17.35 | - |
| YUV | 196.84 | 62.06 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 80 | 0.14 | 0 | 0.64 | 0.13 | 72.68 | 0.68 | 0.59 |
| Hex | C0 | DE | 50 | E | 0 | 40 | D | 49 | 44 | 3B |
| Octal | 300 | 336 | 120 | 16 | 0 | 100 | 15 | 111 | 104 | 73 |
| Binary | 11000000 | 11011110 | 1010000 | 1110 | 0 | 1000000 | 1101 | 1001001 | 1000100 | 111011 |
Color Harmonies of #C0DE50
Complementary color
Monochromatic Colors of #C0DE50
Black with #C0DE50
Text Example
Text Example
White with #C0DE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE50; }
p { color: rgb(192,222,80); }
H1.HeaderClassName
{
color: #C0DE50;
}
.AnyTagClassName
{
color: #C0DE50;
}
</style>
background-color css
<style>
a { background-color: #C0DE50; }
a { background-color: rgb(192,222,80); }
div.DivClassName
{
background-color: #C0DE50;
}
.BgClassName
{
background-color: #C0DE50;
}
</style>
border-color css
<style>
span { border-color: #C0DE50; }
span { border-color: rgb(192,222,80); }
td.TdClassName
{
border-color: #C0DE50;
}
.TagClassName
{
border-color: #C0DE50;
}
</style>