Shades of Kelly Green #49BF10
Tints of Kelly Green #49BF10
RGB
CMYK
RGB Variations
Color information
#49BF10 (or 0x49BF10) is known color: Kelly Green. HEX triplet: 49, BF and 10. RGB value is (73,191,16). Sum of RGB (Red+Green+Blue) = 73+191+16=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 191 (75% from 255 or 68.21% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BF10 is #B640EF. Grayscale: #888888. Windows color (decimal): -11944176 or 1097545. OLE color: 1097545.
HSL color Cylindrical-coordinate representation of color #49BF10: hue angle of 100.46º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49BF10 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 16 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.25 |
| HSL | 100.46º | 0.85% | 0.41% | - |
| HSV(B) | 100.46º | 0.92% | 0.75% | - |
| XYZ | 21.47 | 38.72 | 6.83 | - |
| YUV | 135.77 | 60.41 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 16 | 0.62 | 0 | 0.92 | 0.25 | 100.46 | 0.85 | 0.41 |
| Hex | 49 | BF | 10 | 3E | 0 | 5C | 19 | 64 | 55 | 29 |
| Octal | 111 | 277 | 20 | 76 | 0 | 134 | 31 | 144 | 125 | 51 |
| Binary | 1001001 | 10111111 | 10000 | 111110 | 0 | 1011100 | 11001 | 1100100 | 1010101 | 101001 |
Color Harmonies of #49BF10
Complementary color
Monochromatic Colors of #49BF10
Black with #49BF10
Text Example
Text Example
White with #49BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF10; }
p { color: rgb(73,191,16); }
H1.HeaderClassName
{
color: #49BF10;
}
.AnyTagClassName
{
color: #49BF10;
}
</style>
background-color css
<style>
a { background-color: #49BF10; }
a { background-color: rgb(73,191,16); }
div.DivClassName
{
background-color: #49BF10;
}
.BgClassName
{
background-color: #49BF10;
}
</style>
border-color css
<style>
span { border-color: #49BF10; }
span { border-color: rgb(73,191,16); }
td.TdClassName
{
border-color: #49BF10;
}
.TagClassName
{
border-color: #49BF10;
}
</style>