Shades of Conifer #C0DB58
Tints of Conifer #C0DB58
RGB
CMYK
RGB Variations
Color information
#C0DB58 (or 0xC0DB58) is known color: Conifer. HEX triplet: C0, DB and 58. RGB value is (192,219,88). Sum of RGB (Red+Green+Blue) = 192+219+88=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB58 is #3F24A7. Grayscale: #C4C4C4. Windows color (decimal): -4138152 or 5823424. OLE color: 5823424.
HSL color Cylindrical-coordinate representation of color #C0DB58: hue angle of 72.37º 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 #C0DB58 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 88 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.14 |
| HSL | 72.37º | 0.65% | 0.6% | - |
| HSV(B) | 72.37º | 0.6% | 0.86% | - |
| XYZ | 48.83 | 62.57 | 18.74 | - |
| YUV | 195.99 | 67.05 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 88 | 0.12 | 0 | 0.60 | 0.14 | 72.37 | 0.65 | 0.6 |
| Hex | C0 | DB | 58 | C | 0 | 3C | E | 48 | 41 | 3C |
| Octal | 300 | 333 | 130 | 14 | 0 | 74 | 16 | 110 | 101 | 74 |
| Binary | 11000000 | 11011011 | 1011000 | 1100 | 0 | 111100 | 1110 | 1001000 | 1000001 | 111100 |
Color Harmonies of #C0DB58
Complementary color
Monochromatic Colors of #C0DB58
Black with #C0DB58
Text Example
Text Example
White with #C0DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB58; }
p { color: rgb(192,219,88); }
H1.HeaderClassName
{
color: #C0DB58;
}
.AnyTagClassName
{
color: #C0DB58;
}
</style>
background-color css
<style>
a { background-color: #C0DB58; }
a { background-color: rgb(192,219,88); }
div.DivClassName
{
background-color: #C0DB58;
}
.BgClassName
{
background-color: #C0DB58;
}
</style>
border-color css
<style>
span { border-color: #C0DB58; }
span { border-color: rgb(192,219,88); }
td.TdClassName
{
border-color: #C0DB58;
}
.TagClassName
{
border-color: #C0DB58;
}
</style>