Shades of Conifer #C2EE47
Tints of Conifer #C2EE47
RGB
CMYK
RGB Variations
Color information
#C2EE47 (or 0xC2EE47) is known color: Conifer. HEX triplet: C2, EE and 47. RGB value is (194,238,71). Sum of RGB (Red+Green+Blue) = 194+238+71=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EE47 is #3D11B8. Grayscale: #CECECE. Windows color (decimal): -4002233 or 4714178. OLE color: 4714178.
HSL color Cylindrical-coordinate representation of color #C2EE47: hue angle of 75.81º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2EE47 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 71 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.07 |
| HSL | 75.81º | 0.83% | 0.61% | - |
| HSV(B) | 75.81º | 0.7% | 0.93% | - |
| XYZ | 53.96 | 73.07 | 17.22 | - |
| YUV | 205.81 | 51.92 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 71 | 0.18 | 0 | 0.70 | 0.07 | 75.81 | 0.83 | 0.61 |
| Hex | C2 | EE | 47 | 12 | 0 | 46 | 7 | 4C | 53 | 3D |
| Octal | 302 | 356 | 107 | 22 | 0 | 106 | 7 | 114 | 123 | 75 |
| Binary | 11000010 | 11101110 | 1000111 | 10010 | 0 | 1000110 | 111 | 1001100 | 1010011 | 111101 |
Color Harmonies of #C2EE47
Complementary color
Monochromatic Colors of #C2EE47
Black with #C2EE47
Text Example
Text Example
White with #C2EE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE47; }
p { color: rgb(194,238,71); }
H1.HeaderClassName
{
color: #C2EE47;
}
.AnyTagClassName
{
color: #C2EE47;
}
</style>
background-color css
<style>
a { background-color: #C2EE47; }
a { background-color: rgb(194,238,71); }
div.DivClassName
{
background-color: #C2EE47;
}
.BgClassName
{
background-color: #C2EE47;
}
</style>
border-color css
<style>
span { border-color: #C2EE47; }
span { border-color: rgb(194,238,71); }
td.TdClassName
{
border-color: #C2EE47;
}
.TagClassName
{
border-color: #C2EE47;
}
</style>