Shades of Kelly Green #49DE0F
Tints of Kelly Green #49DE0F
RGB
CMYK
RGB Variations
Color information
#49DE0F (or 0x49DE0F) is known color: Kelly Green. HEX triplet: 49, DE and 0F. RGB value is (73,222,15). Sum of RGB (Red+Green+Blue) = 73+222+15=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 222 (87.11% from 255 or 71.61% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DE0F is #B621F0. Grayscale: #9A9A9A. Windows color (decimal): -11936241 or 1039945. OLE color: 1039945.
HSL color Cylindrical-coordinate representation of color #49DE0F: hue angle of 103.19º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49DE0F is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 15 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.13 |
| HSL | 103.19º | 0.87% | 0.46% | - |
| HSV(B) | 103.19º | 0.93% | 0.87% | - |
| XYZ | 28.96 | 53.69 | 9.29 | - |
| YUV | 153.85 | 49.64 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 15 | 0.67 | 0 | 0.93 | 0.13 | 103.19 | 0.87 | 0.46 |
| Hex | 49 | DE | F | 43 | 0 | 5D | D | 67 | 57 | 2E |
| Octal | 111 | 336 | 17 | 103 | 0 | 135 | 15 | 147 | 127 | 56 |
| Binary | 1001001 | 11011110 | 1111 | 1000011 | 0 | 1011101 | 1101 | 1100111 | 1010111 | 101110 |
Color Harmonies of #49DE0F
Complementary color
Monochromatic Colors of #49DE0F
Black with #49DE0F
Text Example
Text Example
White with #49DE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DE0F; }
p { color: rgb(73,222,15); }
H1.HeaderClassName
{
color: #49DE0F;
}
.AnyTagClassName
{
color: #49DE0F;
}
</style>
background-color css
<style>
a { background-color: #49DE0F; }
a { background-color: rgb(73,222,15); }
div.DivClassName
{
background-color: #49DE0F;
}
.BgClassName
{
background-color: #49DE0F;
}
</style>
border-color css
<style>
span { border-color: #49DE0F; }
span { border-color: rgb(73,222,15); }
td.TdClassName
{
border-color: #49DE0F;
}
.TagClassName
{
border-color: #49DE0F;
}
</style>