Shades of Kelly Green #49D805
Tints of Kelly Green #49D805
RGB
CMYK
RGB Variations
Color information
#49D805 (or 0x49D805) is known color: Kelly Green. HEX triplet: 49, D8 and 05. RGB value is (73,216,5). Sum of RGB (Red+Green+Blue) = 73+216+5=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 216 (84.77% from 255 or 73.47% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 216 - color contains mainly: green. Hex color #49D805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D805 is #B627FA. Grayscale: #959595. Windows color (decimal): -11937787 or 383049. OLE color: 383049.
HSL color Cylindrical-coordinate representation of color #49D805: hue angle of 100.66º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49D805 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.15 |
| HSL | 100.66º | 0.95% | 0.43% | - |
| HSV(B) | 100.66º | 0.98% | 0.85% | - |
| XYZ | 27.33 | 50.54 | 8.46 | - |
| YUV | 149.19 | 46.62 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 5 | 0.66 | 0 | 0.98 | 0.15 | 100.66 | 0.95 | 0.43 |
| Hex | 49 | D8 | 5 | 42 | 0 | 62 | F | 65 | 5F | 2B |
| Octal | 111 | 330 | 5 | 102 | 0 | 142 | 17 | 145 | 137 | 53 |
| Binary | 1001001 | 11011000 | 101 | 1000010 | 0 | 1100010 | 1111 | 1100101 | 1011111 | 101011 |
Color Harmonies of #49D805
Complementary color
Monochromatic Colors of #49D805
Black with #49D805
Text Example
Text Example
White with #49D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D805; }
p { color: rgb(73,216,5); }
H1.HeaderClassName
{
color: #49D805;
}
.AnyTagClassName
{
color: #49D805;
}
</style>
background-color css
<style>
a { background-color: #49D805; }
a { background-color: rgb(73,216,5); }
div.DivClassName
{
background-color: #49D805;
}
.BgClassName
{
background-color: #49D805;
}
</style>
border-color css
<style>
span { border-color: #49D805; }
span { border-color: rgb(73,216,5); }
td.TdClassName
{
border-color: #49D805;
}
.TagClassName
{
border-color: #49D805;
}
</style>