Shades of Conifer #C1EC47
Tints of Conifer #C1EC47
RGB
CMYK
RGB Variations
Color information
#C1EC47 (or 0xC1EC47) is known color: Conifer. HEX triplet: C1, EC and 47. RGB value is (193,236,71). Sum of RGB (Red+Green+Blue) = 193+236+71=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EC47 is #3E13B8. Grayscale: #CCCCCC. Windows color (decimal): -4068281 or 4713665. OLE color: 4713665.
HSL color Cylindrical-coordinate representation of color #C1EC47: hue angle of 75.64º degrees, saturation: 0.81, 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 #C1EC47 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 71 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.07 |
| HSL | 75.64º | 0.81% | 0.6% | - |
| HSV(B) | 75.64º | 0.7% | 0.93% | - |
| XYZ | 53.13 | 71.78 | 17.02 | - |
| YUV | 204.33 | 52.75 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 71 | 0.18 | 0 | 0.70 | 0.07 | 75.64 | 0.81 | 0.6 |
| Hex | C1 | EC | 47 | 12 | 0 | 46 | 7 | 4C | 51 | 3C |
| Octal | 301 | 354 | 107 | 22 | 0 | 106 | 7 | 114 | 121 | 74 |
| Binary | 11000001 | 11101100 | 1000111 | 10010 | 0 | 1000110 | 111 | 1001100 | 1010001 | 111100 |
Color Harmonies of #C1EC47
Complementary color
Monochromatic Colors of #C1EC47
Black with #C1EC47
Text Example
Text Example
White with #C1EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC47; }
p { color: rgb(193,236,71); }
H1.HeaderClassName
{
color: #C1EC47;
}
.AnyTagClassName
{
color: #C1EC47;
}
</style>
background-color css
<style>
a { background-color: #C1EC47; }
a { background-color: rgb(193,236,71); }
div.DivClassName
{
background-color: #C1EC47;
}
.BgClassName
{
background-color: #C1EC47;
}
</style>
border-color css
<style>
span { border-color: #C1EC47; }
span { border-color: rgb(193,236,71); }
td.TdClassName
{
border-color: #C1EC47;
}
.TagClassName
{
border-color: #C1EC47;
}
</style>