Shades of Conifer #C0D94C
Tints of Conifer #C0D94C
RGB
CMYK
RGB Variations
Color information
#C0D94C (or 0xC0D94C) is known color: Conifer. HEX triplet: C0, D9 and 4C. RGB value is (192,217,76). Sum of RGB (Red+Green+Blue) = 192+217+76=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D94C is #3F26B3. Grayscale: #C1C1C1. Windows color (decimal): -4138676 or 5036480. OLE color: 5036480.
HSL color Cylindrical-coordinate representation of color #C0D94C: hue angle of 70.64º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0D94C is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 76 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.15 |
| HSL | 70.64º | 0.65% | 0.57% | - |
| HSV(B) | 70.64º | 0.65% | 0.85% | - |
| XYZ | 47.86 | 61.35 | 16.16 | - |
| YUV | 193.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 76 | 0.12 | 0 | 0.65 | 0.15 | 70.64 | 0.65 | 0.57 |
| Hex | C0 | D9 | 4C | C | 0 | 41 | F | 47 | 41 | 39 |
| Octal | 300 | 331 | 114 | 14 | 0 | 101 | 17 | 107 | 101 | 71 |
| Binary | 11000000 | 11011001 | 1001100 | 1100 | 0 | 1000001 | 1111 | 1000111 | 1000001 | 111001 |
Color Harmonies of #C0D94C
Complementary color
Monochromatic Colors of #C0D94C
Black with #C0D94C
Text Example
Text Example
White with #C0D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D94C; }
p { color: rgb(192,217,76); }
H1.HeaderClassName
{
color: #C0D94C;
}
.AnyTagClassName
{
color: #C0D94C;
}
</style>
background-color css
<style>
a { background-color: #C0D94C; }
a { background-color: rgb(192,217,76); }
div.DivClassName
{
background-color: #C0D94C;
}
.BgClassName
{
background-color: #C0D94C;
}
</style>
border-color css
<style>
span { border-color: #C0D94C; }
span { border-color: rgb(192,217,76); }
td.TdClassName
{
border-color: #C0D94C;
}
.TagClassName
{
border-color: #C0D94C;
}
</style>