Shades of Kelly Green #49BF30
Tints of Kelly Green #49BF30
RGB
CMYK
RGB Variations
Color information
#49BF30 (or 0x49BF30) is known color: Kelly Green. HEX triplet: 49, BF and 30. RGB value is (73,191,48). Sum of RGB (Red+Green+Blue) = 73+191+48=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BF30 is #B640CF. Grayscale: #8B8B8B. Windows color (decimal): -11944144 or 3194697. OLE color: 3194697.
HSL color Cylindrical-coordinate representation of color #49BF30: hue angle of 109.51º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49BF30 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 48 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.25 |
| HSL | 109.51º | 0.6% | 0.47% | - |
| HSV(B) | 109.51º | 0.75% | 0.75% | - |
| XYZ | 21.91 | 38.89 | 9.15 | - |
| YUV | 139.42 | 76.41 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 48 | 0.62 | 0 | 0.75 | 0.25 | 109.51 | 0.6 | 0.47 |
| Hex | 49 | BF | 30 | 3E | 0 | 4B | 19 | 6E | 3C | 2F |
| Octal | 111 | 277 | 60 | 76 | 0 | 113 | 31 | 156 | 74 | 57 |
| Binary | 1001001 | 10111111 | 110000 | 111110 | 0 | 1001011 | 11001 | 1101110 | 111100 | 101111 |
Color Harmonies of #49BF30
Complementary color
Monochromatic Colors of #49BF30
Black with #49BF30
Text Example
Text Example
White with #49BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF30; }
p { color: rgb(73,191,48); }
H1.HeaderClassName
{
color: #49BF30;
}
.AnyTagClassName
{
color: #49BF30;
}
</style>
background-color css
<style>
a { background-color: #49BF30; }
a { background-color: rgb(73,191,48); }
div.DivClassName
{
background-color: #49BF30;
}
.BgClassName
{
background-color: #49BF30;
}
</style>
border-color css
<style>
span { border-color: #49BF30; }
span { border-color: rgb(73,191,48); }
td.TdClassName
{
border-color: #49BF30;
}
.TagClassName
{
border-color: #49BF30;
}
</style>