Shades of Conifer #C0D84D
Tints of Conifer #C0D84D
RGB
CMYK
RGB Variations
Color information
#C0D84D (or 0xC0D84D) is known color: Conifer. HEX triplet: C0, D8 and 4D. RGB value is (192,216,77). Sum of RGB (Red+Green+Blue) = 192+216+77=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D84D is #3F27B2. Grayscale: #C1C1C1. Windows color (decimal): -4138931 or 5101760. OLE color: 5101760.
HSL color Cylindrical-coordinate representation of color #C0D84D: hue angle of 70.36º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0D84D is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 77 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.15 |
| HSL | 70.36º | 0.64% | 0.57% | - |
| HSV(B) | 70.36º | 0.64% | 0.85% | - |
| XYZ | 47.63 | 60.85 | 16.26 | - |
| YUV | 192.98 | 62.55 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 77 | 0.11 | 0 | 0.64 | 0.15 | 70.36 | 0.64 | 0.57 |
| Hex | C0 | D8 | 4D | B | 0 | 40 | F | 46 | 40 | 39 |
| Octal | 300 | 330 | 115 | 13 | 0 | 100 | 17 | 106 | 100 | 71 |
| Binary | 11000000 | 11011000 | 1001101 | 1011 | 0 | 1000000 | 1111 | 1000110 | 1000000 | 111001 |
Color Harmonies of #C0D84D
Complementary color
Monochromatic Colors of #C0D84D
Black with #C0D84D
Text Example
Text Example
White with #C0D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D84D; }
p { color: rgb(192,216,77); }
H1.HeaderClassName
{
color: #C0D84D;
}
.AnyTagClassName
{
color: #C0D84D;
}
</style>
background-color css
<style>
a { background-color: #C0D84D; }
a { background-color: rgb(192,216,77); }
div.DivClassName
{
background-color: #C0D84D;
}
.BgClassName
{
background-color: #C0D84D;
}
</style>
border-color css
<style>
span { border-color: #C0D84D; }
span { border-color: rgb(192,216,77); }
td.TdClassName
{
border-color: #C0D84D;
}
.TagClassName
{
border-color: #C0D84D;
}
</style>