Shades of Conifer #C0DC58
Tints of Conifer #C0DC58
RGB
CMYK
RGB Variations
Color information
#C0DC58 (or 0xC0DC58) is known color: Conifer. HEX triplet: C0, DC and 58. RGB value is (192,220,88). Sum of RGB (Red+Green+Blue) = 192+220+88=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC58 is #3F23A7. Grayscale: #C5C5C5. Windows color (decimal): -4137896 or 5823680. OLE color: 5823680.
HSL color Cylindrical-coordinate representation of color #C0DC58: hue angle of 72.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0DC58 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 88 | - |
| CMYK | 0.13 | 0 | 0.6 | 0.14 |
| HSL | 72.73º | 0.65% | 0.6% | - |
| HSV(B) | 72.73º | 0.6% | 0.86% | - |
| XYZ | 49.09 | 63.1 | 18.82 | - |
| YUV | 196.58 | 66.72 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 88 | 0.13 | 0 | 0.6 | 0.14 | 72.73 | 0.65 | 0.6 |
| Hex | C0 | DC | 58 | D | 0 | 3C | E | 49 | 41 | 3C |
| Octal | 300 | 334 | 130 | 15 | 0 | 74 | 16 | 111 | 101 | 74 |
| Binary | 11000000 | 11011100 | 1011000 | 1101 | 0 | 111100 | 1110 | 1001001 | 1000001 | 111100 |
Color Harmonies of #C0DC58
Complementary color
Monochromatic Colors of #C0DC58
Black with #C0DC58
Text Example
Text Example
White with #C0DC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC58; }
p { color: rgb(192,220,88); }
H1.HeaderClassName
{
color: #C0DC58;
}
.AnyTagClassName
{
color: #C0DC58;
}
</style>
background-color css
<style>
a { background-color: #C0DC58; }
a { background-color: rgb(192,220,88); }
div.DivClassName
{
background-color: #C0DC58;
}
.BgClassName
{
background-color: #C0DC58;
}
</style>
border-color css
<style>
span { border-color: #C0DC58; }
span { border-color: rgb(192,220,88); }
td.TdClassName
{
border-color: #C0DC58;
}
.TagClassName
{
border-color: #C0DC58;
}
</style>