Shades of Conifer #C0ED47
Tints of Conifer #C0ED47
RGB
CMYK
RGB Variations
Color information
#C0ED47 (or 0xC0ED47) is known color: Conifer. HEX triplet: C0, ED and 47. RGB value is (192,237,71). Sum of RGB (Red+Green+Blue) = 192+237+71=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED47 is #3F12B8. Grayscale: #CDCDCD. Windows color (decimal): -4133561 or 4713920. OLE color: 4713920.
HSL color Cylindrical-coordinate representation of color #C0ED47: hue angle of 76.27º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0ED47 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 71 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.07 |
| HSL | 76.27º | 0.82% | 0.6% | - |
| HSV(B) | 76.27º | 0.7% | 0.93% | - |
| XYZ | 53.16 | 72.23 | 17.1 | - |
| YUV | 204.62 | 52.59 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 71 | 0.19 | 0 | 0.70 | 0.07 | 76.27 | 0.82 | 0.6 |
| Hex | C0 | ED | 47 | 13 | 0 | 46 | 7 | 4C | 52 | 3C |
| Octal | 300 | 355 | 107 | 23 | 0 | 106 | 7 | 114 | 122 | 74 |
| Binary | 11000000 | 11101101 | 1000111 | 10011 | 0 | 1000110 | 111 | 1001100 | 1010010 | 111100 |
Color Harmonies of #C0ED47
Complementary color
Monochromatic Colors of #C0ED47
Black with #C0ED47
Text Example
Text Example
White with #C0ED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED47; }
p { color: rgb(192,237,71); }
H1.HeaderClassName
{
color: #C0ED47;
}
.AnyTagClassName
{
color: #C0ED47;
}
</style>
background-color css
<style>
a { background-color: #C0ED47; }
a { background-color: rgb(192,237,71); }
div.DivClassName
{
background-color: #C0ED47;
}
.BgClassName
{
background-color: #C0ED47;
}
</style>
border-color css
<style>
span { border-color: #C0ED47; }
span { border-color: rgb(192,237,71); }
td.TdClassName
{
border-color: #C0ED47;
}
.TagClassName
{
border-color: #C0ED47;
}
</style>