Shades of Kelly Green #49E015
Tints of Kelly Green #49E015
RGB
CMYK
RGB Variations
Color information
#49E015 (or 0x49E015) is known color: Kelly Green. HEX triplet: 49, E0 and 15. RGB value is (73,224,21). Sum of RGB (Red+Green+Blue) = 73+224+21=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 224 (87.89% from 255 or 70.44% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 224 - color contains mainly: green. Hex color #49E015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E015 is #B61FEA. Grayscale: #9C9C9C. Windows color (decimal): -11935723 or 1433673. OLE color: 1433673.
HSL color Cylindrical-coordinate representation of color #49E015: hue angle of 104.63º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49E015 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 224 | 21 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.12 |
| HSL | 104.63º | 0.83% | 0.48% | - |
| HSV(B) | 104.63º | 0.91% | 0.88% | - |
| XYZ | 29.54 | 54.78 | 9.73 | - |
| YUV | 155.71 | 51.97 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 21 | 0.67 | 0 | 0.91 | 0.12 | 104.63 | 0.83 | 0.48 |
| Hex | 49 | E0 | 15 | 43 | 0 | 5B | C | 69 | 53 | 30 |
| Octal | 111 | 340 | 25 | 103 | 0 | 133 | 14 | 151 | 123 | 60 |
| Binary | 1001001 | 11100000 | 10101 | 1000011 | 0 | 1011011 | 1100 | 1101001 | 1010011 | 110000 |
Color Harmonies of #49E015
Complementary color
Monochromatic Colors of #49E015
Black with #49E015
Text Example
Text Example
White with #49E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E015; }
p { color: rgb(73,224,21); }
H1.HeaderClassName
{
color: #49E015;
}
.AnyTagClassName
{
color: #49E015;
}
</style>
background-color css
<style>
a { background-color: #49E015; }
a { background-color: rgb(73,224,21); }
div.DivClassName
{
background-color: #49E015;
}
.BgClassName
{
background-color: #49E015;
}
</style>
border-color css
<style>
span { border-color: #49E015; }
span { border-color: rgb(73,224,21); }
td.TdClassName
{
border-color: #49E015;
}
.TagClassName
{
border-color: #49E015;
}
</style>