Shades of Kelly Green #49BE18
Tints of Kelly Green #49BE18
RGB
CMYK
RGB Variations
Color information
#49BE18 (or 0x49BE18) is known color: Kelly Green. HEX triplet: 49, BE and 18. RGB value is (73,190,24). Sum of RGB (Red+Green+Blue) = 73+190+24=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 190 (74.61% from 255 or 66.20% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BE18 is #B641E7. Grayscale: #888888. Windows color (decimal): -11944424 or 1621577. OLE color: 1621577.
HSL color Cylindrical-coordinate representation of color #49BE18: hue angle of 102.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49BE18 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 24 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.25 |
| HSL | 102.29º | 0.78% | 0.42% | - |
| HSV(B) | 102.29º | 0.87% | 0.75% | - |
| XYZ | 21.33 | 38.31 | 7.13 | - |
| YUV | 136.09 | 64.74 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 24 | 0.62 | 0 | 0.87 | 0.25 | 102.29 | 0.78 | 0.42 |
| Hex | 49 | BE | 18 | 3E | 0 | 57 | 19 | 66 | 4E | 2A |
| Octal | 111 | 276 | 30 | 76 | 0 | 127 | 31 | 146 | 116 | 52 |
| Binary | 1001001 | 10111110 | 11000 | 111110 | 0 | 1010111 | 11001 | 1100110 | 1001110 | 101010 |
Color Harmonies of #49BE18
Complementary color
Monochromatic Colors of #49BE18
Black with #49BE18
Text Example
Text Example
White with #49BE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE18; }
p { color: rgb(73,190,24); }
H1.HeaderClassName
{
color: #49BE18;
}
.AnyTagClassName
{
color: #49BE18;
}
</style>
background-color css
<style>
a { background-color: #49BE18; }
a { background-color: rgb(73,190,24); }
div.DivClassName
{
background-color: #49BE18;
}
.BgClassName
{
background-color: #49BE18;
}
</style>
border-color css
<style>
span { border-color: #49BE18; }
span { border-color: rgb(73,190,24); }
td.TdClassName
{
border-color: #49BE18;
}
.TagClassName
{
border-color: #49BE18;
}
</style>