Shades of Kelly Green #49DB1E
Tints of Kelly Green #49DB1E
RGB
CMYK
RGB Variations
Color information
#49DB1E (or 0x49DB1E) is known color: Kelly Green. HEX triplet: 49, DB and 1E. RGB value is (73,219,30). Sum of RGB (Red+Green+Blue) = 73+219+30=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 219 (85.94% from 255 or 68.01% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DB1E is #B624E1. Grayscale: #9A9A9A. Windows color (decimal): -11936994 or 2022217. OLE color: 2022217.
HSL color Cylindrical-coordinate representation of color #49DB1E: hue angle of 106.35º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49DB1E is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 30 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.14 |
| HSL | 106.35º | 0.76% | 0.49% | - |
| HSV(B) | 106.35º | 0.86% | 0.86% | - |
| XYZ | 28.31 | 52.17 | 9.81 | - |
| YUV | 153.8 | 58.13 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 30 | 0.67 | 0 | 0.86 | 0.14 | 106.35 | 0.76 | 0.49 |
| Hex | 49 | DB | 1E | 43 | 0 | 56 | E | 6A | 4C | 31 |
| Octal | 111 | 333 | 36 | 103 | 0 | 126 | 16 | 152 | 114 | 61 |
| Binary | 1001001 | 11011011 | 11110 | 1000011 | 0 | 1010110 | 1110 | 1101010 | 1001100 | 110001 |
Color Harmonies of #49DB1E
Complementary color
Monochromatic Colors of #49DB1E
Black with #49DB1E
Text Example
Text Example
White with #49DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB1E; }
p { color: rgb(73,219,30); }
H1.HeaderClassName
{
color: #49DB1E;
}
.AnyTagClassName
{
color: #49DB1E;
}
</style>
background-color css
<style>
a { background-color: #49DB1E; }
a { background-color: rgb(73,219,30); }
div.DivClassName
{
background-color: #49DB1E;
}
.BgClassName
{
background-color: #49DB1E;
}
</style>
border-color css
<style>
span { border-color: #49DB1E; }
span { border-color: rgb(73,219,30); }
td.TdClassName
{
border-color: #49DB1E;
}
.TagClassName
{
border-color: #49DB1E;
}
</style>