Shades of Conifer #C0EA47
Tints of Conifer #C0EA47
RGB
CMYK
RGB Variations
Color information
#C0EA47 (or 0xC0EA47) is known color: Conifer. HEX triplet: C0, EA and 47. RGB value is (192,234,71). Sum of RGB (Red+Green+Blue) = 192+234+71=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 71 (28.12% from 255 or 14.29% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EA47 is #3F15B8. Grayscale: #CBCBCB. Windows color (decimal): -4134329 or 4713152. OLE color: 4713152.
HSL color Cylindrical-coordinate representation of color #C0EA47: hue angle of 75.46º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0EA47 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 71 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.08 |
| HSL | 75.46º | 0.8% | 0.6% | - |
| HSV(B) | 75.46º | 0.7% | 0.92% | - |
| XYZ | 52.3 | 70.51 | 16.81 | - |
| YUV | 202.86 | 53.59 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 71 | 0.18 | 0 | 0.70 | 0.08 | 75.46 | 0.8 | 0.6 |
| Hex | C0 | EA | 47 | 12 | 0 | 46 | 8 | 4B | 50 | 3C |
| Octal | 300 | 352 | 107 | 22 | 0 | 106 | 10 | 113 | 120 | 74 |
| Binary | 11000000 | 11101010 | 1000111 | 10010 | 0 | 1000110 | 1000 | 1001011 | 1010000 | 111100 |
Color Harmonies of #C0EA47
Complementary color
Monochromatic Colors of #C0EA47
Black with #C0EA47
Text Example
Text Example
White with #C0EA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA47; }
p { color: rgb(192,234,71); }
H1.HeaderClassName
{
color: #C0EA47;
}
.AnyTagClassName
{
color: #C0EA47;
}
</style>
background-color css
<style>
a { background-color: #C0EA47; }
a { background-color: rgb(192,234,71); }
div.DivClassName
{
background-color: #C0EA47;
}
.BgClassName
{
background-color: #C0EA47;
}
</style>
border-color css
<style>
span { border-color: #C0EA47; }
span { border-color: rgb(192,234,71); }
td.TdClassName
{
border-color: #C0EA47;
}
.TagClassName
{
border-color: #C0EA47;
}
</style>