Shades of Kelly Green #49DB03
Tints of Kelly Green #49DB03
RGB
CMYK
RGB Variations
Color information
#49DB03 (or 0x49DB03) is known color: Kelly Green. HEX triplet: 49, DB and 03. RGB value is (73,219,3). Sum of RGB (Red+Green+Blue) = 73+219+3=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DB03 is #B624FC. Grayscale: #979797. Windows color (decimal): -11937021 or 252745. OLE color: 252745.
HSL color Cylindrical-coordinate representation of color #49DB03: hue angle of 100.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49DB03 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 3 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.14 |
| HSL | 100.56º | 0.97% | 0.44% | - |
| HSV(B) | 100.56º | 0.99% | 0.86% | - |
| XYZ | 28.1 | 52.09 | 8.66 | - |
| YUV | 150.72 | 44.63 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 3 | 0.67 | 0 | 0.99 | 0.14 | 100.56 | 0.97 | 0.44 |
| Hex | 49 | DB | 3 | 43 | 0 | 63 | E | 65 | 61 | 2C |
| Octal | 111 | 333 | 3 | 103 | 0 | 143 | 16 | 145 | 141 | 54 |
| Binary | 1001001 | 11011011 | 11 | 1000011 | 0 | 1100011 | 1110 | 1100101 | 1100001 | 101100 |
Color Harmonies of #49DB03
Complementary color
Monochromatic Colors of #49DB03
Black with #49DB03
Text Example
Text Example
White with #49DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB03; }
p { color: rgb(73,219,3); }
H1.HeaderClassName
{
color: #49DB03;
}
.AnyTagClassName
{
color: #49DB03;
}
</style>
background-color css
<style>
a { background-color: #49DB03; }
a { background-color: rgb(73,219,3); }
div.DivClassName
{
background-color: #49DB03;
}
.BgClassName
{
background-color: #49DB03;
}
</style>
border-color css
<style>
span { border-color: #49DB03; }
span { border-color: rgb(73,219,3); }
td.TdClassName
{
border-color: #49DB03;
}
.TagClassName
{
border-color: #49DB03;
}
</style>