Shades of Conifer #C0E44A
Tints of Conifer #C0E44A
RGB
CMYK
RGB Variations
Color information
#C0E44A (or 0xC0E44A) is known color: Conifer. HEX triplet: C0, E4 and 4A. RGB value is (192,228,74). Sum of RGB (Red+Green+Blue) = 192+228+74=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E44A is #3F1BB5. Grayscale: #C8C8C8. Windows color (decimal): -4135862 or 4908224. OLE color: 4908224.
HSL color Cylindrical-coordinate representation of color #C0E44A: hue angle of 74.03º 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 #C0E44A is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 74 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.11 |
| HSL | 74.03º | 0.74% | 0.59% | - |
| HSV(B) | 74.03º | 0.68% | 0.89% | - |
| XYZ | 50.72 | 67.19 | 16.77 | - |
| YUV | 199.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 74 | 0.16 | 0 | 0.68 | 0.11 | 74.03 | 0.74 | 0.59 |
| Hex | C0 | E4 | 4A | 10 | 0 | 44 | B | 4A | 4A | 3B |
| Octal | 300 | 344 | 112 | 20 | 0 | 104 | 13 | 112 | 112 | 73 |
| Binary | 11000000 | 11100100 | 1001010 | 10000 | 0 | 1000100 | 1011 | 1001010 | 1001010 | 111011 |
Color Harmonies of #C0E44A
Complementary color
Monochromatic Colors of #C0E44A
Black with #C0E44A
Text Example
Text Example
White with #C0E44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E44A; }
p { color: rgb(192,228,74); }
H1.HeaderClassName
{
color: #C0E44A;
}
.AnyTagClassName
{
color: #C0E44A;
}
</style>
background-color css
<style>
a { background-color: #C0E44A; }
a { background-color: rgb(192,228,74); }
div.DivClassName
{
background-color: #C0E44A;
}
.BgClassName
{
background-color: #C0E44A;
}
</style>
border-color css
<style>
span { border-color: #C0E44A; }
span { border-color: rgb(192,228,74); }
td.TdClassName
{
border-color: #C0E44A;
}
.TagClassName
{
border-color: #C0E44A;
}
</style>