Shades of Conifer #C0DC5A
Tints of Conifer #C0DC5A
RGB
CMYK
RGB Variations
Color information
#C0DC5A (or 0xC0DC5A) is known color: Conifer. HEX triplet: C0, DC and 5A. RGB value is (192,220,90). Sum of RGB (Red+Green+Blue) = 192+220+90=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC5A is #3F23A5. Grayscale: #C5C5C5. Windows color (decimal): -4137894 or 5954752. OLE color: 5954752.
HSL color Cylindrical-coordinate representation of color #C0DC5A: hue angle of 72.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0DC5A is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 90 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.14 |
| HSL | 72.92º | 0.65% | 0.61% | - |
| HSV(B) | 72.92º | 0.59% | 0.86% | - |
| XYZ | 49.18 | 63.13 | 19.27 | - |
| YUV | 196.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 90 | 0.13 | 0 | 0.59 | 0.14 | 72.92 | 0.65 | 0.61 |
| Hex | C0 | DC | 5A | D | 0 | 3B | E | 49 | 41 | 3D |
| Octal | 300 | 334 | 132 | 15 | 0 | 73 | 16 | 111 | 101 | 75 |
| Binary | 11000000 | 11011100 | 1011010 | 1101 | 0 | 111011 | 1110 | 1001001 | 1000001 | 111101 |
Color Harmonies of #C0DC5A
Complementary color
Monochromatic Colors of #C0DC5A
Black with #C0DC5A
Text Example
Text Example
White with #C0DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC5A; }
p { color: rgb(192,220,90); }
H1.HeaderClassName
{
color: #C0DC5A;
}
.AnyTagClassName
{
color: #C0DC5A;
}
</style>
background-color css
<style>
a { background-color: #C0DC5A; }
a { background-color: rgb(192,220,90); }
div.DivClassName
{
background-color: #C0DC5A;
}
.BgClassName
{
background-color: #C0DC5A;
}
</style>
border-color css
<style>
span { border-color: #C0DC5A; }
span { border-color: rgb(192,220,90); }
td.TdClassName
{
border-color: #C0DC5A;
}
.TagClassName
{
border-color: #C0DC5A;
}
</style>