Shades of Conifer #C2E04F
Tints of Conifer #C2E04F
RGB
CMYK
RGB Variations
Color information
#C2E04F (or 0xC2E04F) is known color: Conifer. HEX triplet: C2, E0 and 4F. RGB value is (194,224,79). Sum of RGB (Red+Green+Blue) = 194+224+79=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E04F is #3D1FB0. Grayscale: #C7C7C7. Windows color (decimal): -4005809 or 5234882. OLE color: 5234882.
HSL color Cylindrical-coordinate representation of color #C2E04F: hue angle of 72.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2E04F is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 79 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.12 |
| HSL | 72.41º | 0.7% | 0.59% | - |
| HSV(B) | 72.41º | 0.65% | 0.88% | - |
| XYZ | 50.32 | 65.35 | 17.36 | - |
| YUV | 198.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 79 | 0.13 | 0 | 0.65 | 0.12 | 72.41 | 0.7 | 0.59 |
| Hex | C2 | E0 | 4F | D | 0 | 41 | C | 48 | 46 | 3B |
| Octal | 302 | 340 | 117 | 15 | 0 | 101 | 14 | 110 | 106 | 73 |
| Binary | 11000010 | 11100000 | 1001111 | 1101 | 0 | 1000001 | 1100 | 1001000 | 1000110 | 111011 |
Color Harmonies of #C2E04F
Complementary color
Monochromatic Colors of #C2E04F
Black with #C2E04F
Text Example
Text Example
White with #C2E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E04F; }
p { color: rgb(194,224,79); }
H1.HeaderClassName
{
color: #C2E04F;
}
.AnyTagClassName
{
color: #C2E04F;
}
</style>
background-color css
<style>
a { background-color: #C2E04F; }
a { background-color: rgb(194,224,79); }
div.DivClassName
{
background-color: #C2E04F;
}
.BgClassName
{
background-color: #C2E04F;
}
</style>
border-color css
<style>
span { border-color: #C2E04F; }
span { border-color: rgb(194,224,79); }
td.TdClassName
{
border-color: #C2E04F;
}
.TagClassName
{
border-color: #C2E04F;
}
</style>