Shades of Kelly Green #49DA14
Tints of Kelly Green #49DA14
RGB
CMYK
RGB Variations
Color information
#49DA14 (or 0x49DA14) is known color: Kelly Green. HEX triplet: 49, DA and 14. RGB value is (73,218,20). Sum of RGB (Red+Green+Blue) = 73+218+20=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 218 (85.55% from 255 or 70.10% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DA14 is #B625EB. Grayscale: #989898. Windows color (decimal): -11937260 or 1366601. OLE color: 1366601.
HSL color Cylindrical-coordinate representation of color #49DA14: hue angle of 103.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49DA14 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 20 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.15 |
| HSL | 103.94º | 0.83% | 0.47% | - |
| HSV(B) | 103.94º | 0.91% | 0.85% | - |
| XYZ | 27.95 | 51.61 | 9.15 | - |
| YUV | 152.07 | 53.46 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 20 | 0.67 | 0 | 0.91 | 0.15 | 103.94 | 0.83 | 0.47 |
| Hex | 49 | DA | 14 | 43 | 0 | 5B | F | 68 | 53 | 2F |
| Octal | 111 | 332 | 24 | 103 | 0 | 133 | 17 | 150 | 123 | 57 |
| Binary | 1001001 | 11011010 | 10100 | 1000011 | 0 | 1011011 | 1111 | 1101000 | 1010011 | 101111 |
Color Harmonies of #49DA14
Complementary color
Monochromatic Colors of #49DA14
Black with #49DA14
Text Example
Text Example
White with #49DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA14; }
p { color: rgb(73,218,20); }
H1.HeaderClassName
{
color: #49DA14;
}
.AnyTagClassName
{
color: #49DA14;
}
</style>
background-color css
<style>
a { background-color: #49DA14; }
a { background-color: rgb(73,218,20); }
div.DivClassName
{
background-color: #49DA14;
}
.BgClassName
{
background-color: #49DA14;
}
</style>
border-color css
<style>
span { border-color: #49DA14; }
span { border-color: rgb(73,218,20); }
td.TdClassName
{
border-color: #49DA14;
}
.TagClassName
{
border-color: #49DA14;
}
</style>