Shades of Kelly Green #49C60B
Tints of Kelly Green #49C60B
RGB
CMYK
RGB Variations
Color information
#49C60B (or 0x49C60B) is known color: Kelly Green. HEX triplet: 49, C6 and 0B. RGB value is (73,198,11). Sum of RGB (Red+Green+Blue) = 73+198+11=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 198 (77.73% from 255 or 70.21% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 198 - color contains mainly: green. Hex color #49C60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C60B is #B639F4. Grayscale: #8B8B8B. Windows color (decimal): -11942389 or 771657. OLE color: 771657.
HSL color Cylindrical-coordinate representation of color #49C60B: hue angle of 100.11º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49C60B is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 11 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.22 |
| HSL | 100.11º | 0.89% | 0.41% | - |
| HSV(B) | 100.11º | 0.94% | 0.78% | - |
| XYZ | 23 | 41.83 | 7.18 | - |
| YUV | 139.31 | 55.59 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 11 | 0.63 | 0 | 0.94 | 0.22 | 100.11 | 0.89 | 0.41 |
| Hex | 49 | C6 | B | 3F | 0 | 5E | 16 | 64 | 59 | 29 |
| Octal | 111 | 306 | 13 | 77 | 0 | 136 | 26 | 144 | 131 | 51 |
| Binary | 1001001 | 11000110 | 1011 | 111111 | 0 | 1011110 | 10110 | 1100100 | 1011001 | 101001 |
Color Harmonies of #49C60B
Complementary color
Monochromatic Colors of #49C60B
Black with #49C60B
Text Example
Text Example
White with #49C60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C60B; }
p { color: rgb(73,198,11); }
H1.HeaderClassName
{
color: #49C60B;
}
.AnyTagClassName
{
color: #49C60B;
}
</style>
background-color css
<style>
a { background-color: #49C60B; }
a { background-color: rgb(73,198,11); }
div.DivClassName
{
background-color: #49C60B;
}
.BgClassName
{
background-color: #49C60B;
}
</style>
border-color css
<style>
span { border-color: #49C60B; }
span { border-color: rgb(73,198,11); }
td.TdClassName
{
border-color: #49C60B;
}
.TagClassName
{
border-color: #49C60B;
}
</style>