Shades of Conifer #C2E14F
Tints of Conifer #C2E14F
RGB
CMYK
RGB Variations
Color information
#C2E14F (or 0xC2E14F) is known color: Conifer. HEX triplet: C2, E1 and 4F. RGB value is (194,225,79). Sum of RGB (Red+Green+Blue) = 194+225+79=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E14F is #3D1EB0. Grayscale: #C7C7C7. Windows color (decimal): -4005553 or 5235138. OLE color: 5235138.
HSL color Cylindrical-coordinate representation of color #C2E14F: hue angle of 72.74º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2E14F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 79 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.12 |
| HSL | 72.74º | 0.71% | 0.6% | - |
| HSV(B) | 72.74º | 0.65% | 0.88% | - |
| XYZ | 50.58 | 65.88 | 17.45 | - |
| YUV | 199.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 79 | 0.14 | 0 | 0.65 | 0.12 | 72.74 | 0.71 | 0.6 |
| Hex | C2 | E1 | 4F | E | 0 | 41 | C | 49 | 47 | 3C |
| Octal | 302 | 341 | 117 | 16 | 0 | 101 | 14 | 111 | 107 | 74 |
| Binary | 11000010 | 11100001 | 1001111 | 1110 | 0 | 1000001 | 1100 | 1001001 | 1000111 | 111100 |
Color Harmonies of #C2E14F
Complementary color
Monochromatic Colors of #C2E14F
Black with #C2E14F
Text Example
Text Example
White with #C2E14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E14F; }
p { color: rgb(194,225,79); }
H1.HeaderClassName
{
color: #C2E14F;
}
.AnyTagClassName
{
color: #C2E14F;
}
</style>
background-color css
<style>
a { background-color: #C2E14F; }
a { background-color: rgb(194,225,79); }
div.DivClassName
{
background-color: #C2E14F;
}
.BgClassName
{
background-color: #C2E14F;
}
</style>
border-color css
<style>
span { border-color: #C2E14F; }
span { border-color: rgb(194,225,79); }
td.TdClassName
{
border-color: #C2E14F;
}
.TagClassName
{
border-color: #C2E14F;
}
</style>