Shades of Kelly Green #49D91F
Tints of Kelly Green #49D91F
RGB
CMYK
RGB Variations
Color information
#49D91F (or 0x49D91F) is known color: Kelly Green. HEX triplet: 49, D9 and 1F. RGB value is (73,217,31). Sum of RGB (Red+Green+Blue) = 73+217+31=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #49D91F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D91F is #B626E0. Grayscale: #999999. Windows color (decimal): -11937505 or 2087241. OLE color: 2087241.
HSL color Cylindrical-coordinate representation of color #49D91F: hue angle of 106.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49D91F is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 31 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.15 |
| HSL | 106.45º | 0.75% | 0.49% | - |
| HSV(B) | 106.45º | 0.86% | 0.85% | - |
| XYZ | 27.81 | 51.14 | 9.7 | - |
| YUV | 152.74 | 59.29 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 31 | 0.66 | 0 | 0.86 | 0.15 | 106.45 | 0.75 | 0.49 |
| Hex | 49 | D9 | 1F | 42 | 0 | 56 | F | 6A | 4B | 31 |
| Octal | 111 | 331 | 37 | 102 | 0 | 126 | 17 | 152 | 113 | 61 |
| Binary | 1001001 | 11011001 | 11111 | 1000010 | 0 | 1010110 | 1111 | 1101010 | 1001011 | 110001 |
Color Harmonies of #49D91F
Complementary color
Monochromatic Colors of #49D91F
Black with #49D91F
Text Example
Text Example
White with #49D91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D91F; }
p { color: rgb(73,217,31); }
H1.HeaderClassName
{
color: #49D91F;
}
.AnyTagClassName
{
color: #49D91F;
}
</style>
background-color css
<style>
a { background-color: #49D91F; }
a { background-color: rgb(73,217,31); }
div.DivClassName
{
background-color: #49D91F;
}
.BgClassName
{
background-color: #49D91F;
}
</style>
border-color css
<style>
span { border-color: #49D91F; }
span { border-color: rgb(73,217,31); }
td.TdClassName
{
border-color: #49D91F;
}
.TagClassName
{
border-color: #49D91F;
}
</style>