Shades of Kelly Green #49C028
Tints of Kelly Green #49C028
RGB
CMYK
RGB Variations
Color information
#49C028 (or 0x49C028) is known color: Kelly Green. HEX triplet: 49, C0 and 28. RGB value is (73,192,40). Sum of RGB (Red+Green+Blue) = 73+192+40=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #49C028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C028 is #B63FD7. Grayscale: #8B8B8B. Windows color (decimal): -11943896 or 2670665. OLE color: 2670665.
HSL color Cylindrical-coordinate representation of color #49C028: hue angle of 106.97º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49C028 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 40 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.25 |
| HSL | 106.97º | 0.66% | 0.45% | - |
| HSV(B) | 106.97º | 0.79% | 0.75% | - |
| XYZ | 21.98 | 39.27 | 8.43 | - |
| YUV | 139.09 | 72.08 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 40 | 0.62 | 0 | 0.79 | 0.25 | 106.97 | 0.66 | 0.45 |
| Hex | 49 | C0 | 28 | 3E | 0 | 4F | 19 | 6B | 42 | 2D |
| Octal | 111 | 300 | 50 | 76 | 0 | 117 | 31 | 153 | 102 | 55 |
| Binary | 1001001 | 11000000 | 101000 | 111110 | 0 | 1001111 | 11001 | 1101011 | 1000010 | 101101 |
Color Harmonies of #49C028
Complementary color
Monochromatic Colors of #49C028
Black with #49C028
Text Example
Text Example
White with #49C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C028; }
p { color: rgb(73,192,40); }
H1.HeaderClassName
{
color: #49C028;
}
.AnyTagClassName
{
color: #49C028;
}
</style>
background-color css
<style>
a { background-color: #49C028; }
a { background-color: rgb(73,192,40); }
div.DivClassName
{
background-color: #49C028;
}
.BgClassName
{
background-color: #49C028;
}
</style>
border-color css
<style>
span { border-color: #49C028; }
span { border-color: rgb(73,192,40); }
td.TdClassName
{
border-color: #49C028;
}
.TagClassName
{
border-color: #49C028;
}
</style>