Shades of Conifer #C2E249
Tints of Conifer #C2E249
RGB
CMYK
RGB Variations
Color information
#C2E249 (or 0xC2E249) is known color: Conifer. HEX triplet: C2, E2 and 49. RGB value is (194,226,73). Sum of RGB (Red+Green+Blue) = 194+226+73=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E249 is #3D1DB6. Grayscale: #C7C7C7. Windows color (decimal): -4005303 or 4842178. OLE color: 4842178.
HSL color Cylindrical-coordinate representation of color #C2E249: hue angle of 72.55º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2E249 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 73 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.11 |
| HSL | 72.55º | 0.73% | 0.59% | - |
| HSV(B) | 72.55º | 0.68% | 0.89% | - |
| XYZ | 50.65 | 66.34 | 16.44 | - |
| YUV | 198.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 73 | 0.14 | 0 | 0.68 | 0.11 | 72.55 | 0.73 | 0.59 |
| Hex | C2 | E2 | 49 | E | 0 | 44 | B | 49 | 49 | 3B |
| Octal | 302 | 342 | 111 | 16 | 0 | 104 | 13 | 111 | 111 | 73 |
| Binary | 11000010 | 11100010 | 1001001 | 1110 | 0 | 1000100 | 1011 | 1001001 | 1001001 | 111011 |
Color Harmonies of #C2E249
Complementary color
Monochromatic Colors of #C2E249
Black with #C2E249
Text Example
Text Example
White with #C2E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E249; }
p { color: rgb(194,226,73); }
H1.HeaderClassName
{
color: #C2E249;
}
.AnyTagClassName
{
color: #C2E249;
}
</style>
background-color css
<style>
a { background-color: #C2E249; }
a { background-color: rgb(194,226,73); }
div.DivClassName
{
background-color: #C2E249;
}
.BgClassName
{
background-color: #C2E249;
}
</style>
border-color css
<style>
span { border-color: #C2E249; }
span { border-color: rgb(194,226,73); }
td.TdClassName
{
border-color: #C2E249;
}
.TagClassName
{
border-color: #C2E249;
}
</style>