Shades of Conifer #C0E04C
Tints of Conifer #C0E04C
RGB
CMYK
RGB Variations
Color information
#C0E04C (or 0xC0E04C) is known color: Conifer. HEX triplet: C0, E0 and 4C. RGB value is (192,224,76). Sum of RGB (Red+Green+Blue) = 192+224+76=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E04C is #3F1FB3. Grayscale: #C6C6C6. Windows color (decimal): -4136884 or 5038272. OLE color: 5038272.
HSL color Cylindrical-coordinate representation of color #C0E04C: hue angle of 72.97º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0E04C is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 76 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.12 |
| HSL | 72.97º | 0.7% | 0.59% | - |
| HSV(B) | 72.97º | 0.66% | 0.88% | - |
| XYZ | 49.7 | 65.04 | 16.77 | - |
| YUV | 197.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 76 | 0.14 | 0 | 0.66 | 0.12 | 72.97 | 0.7 | 0.59 |
| Hex | C0 | E0 | 4C | E | 0 | 42 | C | 49 | 46 | 3B |
| Octal | 300 | 340 | 114 | 16 | 0 | 102 | 14 | 111 | 106 | 73 |
| Binary | 11000000 | 11100000 | 1001100 | 1110 | 0 | 1000010 | 1100 | 1001001 | 1000110 | 111011 |
Color Harmonies of #C0E04C
Complementary color
Monochromatic Colors of #C0E04C
Black with #C0E04C
Text Example
Text Example
White with #C0E04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E04C; }
p { color: rgb(192,224,76); }
H1.HeaderClassName
{
color: #C0E04C;
}
.AnyTagClassName
{
color: #C0E04C;
}
</style>
background-color css
<style>
a { background-color: #C0E04C; }
a { background-color: rgb(192,224,76); }
div.DivClassName
{
background-color: #C0E04C;
}
.BgClassName
{
background-color: #C0E04C;
}
</style>
border-color css
<style>
span { border-color: #C0E04C; }
span { border-color: rgb(192,224,76); }
td.TdClassName
{
border-color: #C0E04C;
}
.TagClassName
{
border-color: #C0E04C;
}
</style>