Shades of Conifer #C0D94D
Tints of Conifer #C0D94D
RGB
CMYK
RGB Variations
Color information
#C0D94D (or 0xC0D94D) is known color: Conifer. HEX triplet: C0, D9 and 4D. RGB value is (192,217,77). Sum of RGB (Red+Green+Blue) = 192+217+77=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D94D is #3F26B2. Grayscale: #C2C2C2. Windows color (decimal): -4138675 or 5102016. OLE color: 5102016.
HSL color Cylindrical-coordinate representation of color #C0D94D: hue angle of 70.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0D94D is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 77 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.15 |
| HSL | 70.71º | 0.65% | 0.58% | - |
| HSV(B) | 70.71º | 0.65% | 0.85% | - |
| XYZ | 47.89 | 61.37 | 16.34 | - |
| YUV | 193.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 77 | 0.12 | 0 | 0.65 | 0.15 | 70.71 | 0.65 | 0.58 |
| Hex | C0 | D9 | 4D | C | 0 | 41 | F | 47 | 41 | 3A |
| Octal | 300 | 331 | 115 | 14 | 0 | 101 | 17 | 107 | 101 | 72 |
| Binary | 11000000 | 11011001 | 1001101 | 1100 | 0 | 1000001 | 1111 | 1000111 | 1000001 | 111010 |
Color Harmonies of #C0D94D
Complementary color
Monochromatic Colors of #C0D94D
Black with #C0D94D
Text Example
Text Example
White with #C0D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D94D; }
p { color: rgb(192,217,77); }
H1.HeaderClassName
{
color: #C0D94D;
}
.AnyTagClassName
{
color: #C0D94D;
}
</style>
background-color css
<style>
a { background-color: #C0D94D; }
a { background-color: rgb(192,217,77); }
div.DivClassName
{
background-color: #C0D94D;
}
.BgClassName
{
background-color: #C0D94D;
}
</style>
border-color css
<style>
span { border-color: #C0D94D; }
span { border-color: rgb(192,217,77); }
td.TdClassName
{
border-color: #C0D94D;
}
.TagClassName
{
border-color: #C0D94D;
}
</style>