Shades of Conifer #C2E44A
Tints of Conifer #C2E44A
RGB
CMYK
RGB Variations
Color information
#C2E44A (or 0xC2E44A) is known color: Conifer. HEX triplet: C2, E4 and 4A. RGB value is (194,228,74). Sum of RGB (Red+Green+Blue) = 194+228+74=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E44A is #3D1BB5. Grayscale: #C8C8C8. Windows color (decimal): -4004790 or 4908226. OLE color: 4908226.
HSL color Cylindrical-coordinate representation of color #C2E44A: hue angle of 73.25º degrees, saturation: 0.74, 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 #C2E44A is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 74 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.11 |
| HSL | 73.25º | 0.74% | 0.59% | - |
| HSV(B) | 73.25º | 0.68% | 0.89% | - |
| XYZ | 51.23 | 67.45 | 16.8 | - |
| YUV | 200.28 | 56.74 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 74 | 0.15 | 0 | 0.68 | 0.11 | 73.25 | 0.74 | 0.59 |
| Hex | C2 | E4 | 4A | F | 0 | 44 | B | 49 | 4A | 3B |
| Octal | 302 | 344 | 112 | 17 | 0 | 104 | 13 | 111 | 112 | 73 |
| Binary | 11000010 | 11100100 | 1001010 | 1111 | 0 | 1000100 | 1011 | 1001001 | 1001010 | 111011 |
Color Harmonies of #C2E44A
Complementary color
Monochromatic Colors of #C2E44A
Black with #C2E44A
Text Example
Text Example
White with #C2E44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E44A; }
p { color: rgb(194,228,74); }
H1.HeaderClassName
{
color: #C2E44A;
}
.AnyTagClassName
{
color: #C2E44A;
}
</style>
background-color css
<style>
a { background-color: #C2E44A; }
a { background-color: rgb(194,228,74); }
div.DivClassName
{
background-color: #C2E44A;
}
.BgClassName
{
background-color: #C2E44A;
}
</style>
border-color css
<style>
span { border-color: #C2E44A; }
span { border-color: rgb(194,228,74); }
td.TdClassName
{
border-color: #C2E44A;
}
.TagClassName
{
border-color: #C2E44A;
}
</style>