Shades of Kelly Green #49BF0A
Tints of Kelly Green #49BF0A
RGB
CMYK
RGB Variations
Color information
#49BF0A (or 0x49BF0A) is known color: Kelly Green. HEX triplet: 49, BF and 0A. RGB value is (73,191,10). Sum of RGB (Red+Green+Blue) = 73+191+10=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BF0A is #B640F5. Grayscale: #878787. Windows color (decimal): -11944182 or 704329. OLE color: 704329.
HSL color Cylindrical-coordinate representation of color #49BF0A: hue angle of 99.12º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49BF0A is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 10 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.25 |
| HSL | 99.12º | 0.9% | 0.39% | - |
| HSV(B) | 99.12º | 0.95% | 0.75% | - |
| XYZ | 21.43 | 38.7 | 6.63 | - |
| YUV | 135.08 | 57.41 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 10 | 0.62 | 0 | 0.95 | 0.25 | 99.12 | 0.9 | 0.39 |
| Hex | 49 | BF | A | 3E | 0 | 5F | 19 | 63 | 5A | 27 |
| Octal | 111 | 277 | 12 | 76 | 0 | 137 | 31 | 143 | 132 | 47 |
| Binary | 1001001 | 10111111 | 1010 | 111110 | 0 | 1011111 | 11001 | 1100011 | 1011010 | 100111 |
Color Harmonies of #49BF0A
Complementary color
Monochromatic Colors of #49BF0A
Black with #49BF0A
Text Example
Text Example
White with #49BF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF0A; }
p { color: rgb(73,191,10); }
H1.HeaderClassName
{
color: #49BF0A;
}
.AnyTagClassName
{
color: #49BF0A;
}
</style>
background-color css
<style>
a { background-color: #49BF0A; }
a { background-color: rgb(73,191,10); }
div.DivClassName
{
background-color: #49BF0A;
}
.BgClassName
{
background-color: #49BF0A;
}
</style>
border-color css
<style>
span { border-color: #49BF0A; }
span { border-color: rgb(73,191,10); }
td.TdClassName
{
border-color: #49BF0A;
}
.TagClassName
{
border-color: #49BF0A;
}
</style>