Shades of Conifer #C2E24F
Tints of Conifer #C2E24F
RGB
CMYK
RGB Variations
Color information
#C2E24F (or 0xC2E24F) is known color: Conifer. HEX triplet: C2, E2 and 4F. RGB value is (194,226,79). Sum of RGB (Red+Green+Blue) = 194+226+79=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E24F is #3D1DB0. Grayscale: #C8C8C8. Windows color (decimal): -4005297 or 5235394. OLE color: 5235394.
HSL color Cylindrical-coordinate representation of color #C2E24F: hue angle of 73.06º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2E24F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 79 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.11 |
| HSL | 73.06º | 0.72% | 0.6% | - |
| HSV(B) | 73.06º | 0.65% | 0.89% | - |
| XYZ | 50.86 | 66.43 | 17.54 | - |
| YUV | 199.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 79 | 0.14 | 0 | 0.65 | 0.11 | 73.06 | 0.72 | 0.6 |
| Hex | C2 | E2 | 4F | E | 0 | 41 | B | 49 | 48 | 3C |
| Octal | 302 | 342 | 117 | 16 | 0 | 101 | 13 | 111 | 110 | 74 |
| Binary | 11000010 | 11100010 | 1001111 | 1110 | 0 | 1000001 | 1011 | 1001001 | 1001000 | 111100 |
Color Harmonies of #C2E24F
Complementary color
Monochromatic Colors of #C2E24F
Black with #C2E24F
Text Example
Text Example
White with #C2E24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E24F; }
p { color: rgb(194,226,79); }
H1.HeaderClassName
{
color: #C2E24F;
}
.AnyTagClassName
{
color: #C2E24F;
}
</style>
background-color css
<style>
a { background-color: #C2E24F; }
a { background-color: rgb(194,226,79); }
div.DivClassName
{
background-color: #C2E24F;
}
.BgClassName
{
background-color: #C2E24F;
}
</style>
border-color css
<style>
span { border-color: #C2E24F; }
span { border-color: rgb(194,226,79); }
td.TdClassName
{
border-color: #C2E24F;
}
.TagClassName
{
border-color: #C2E24F;
}
</style>