Shades of Kelly Green #49C52A
Tints of Kelly Green #49C52A
RGB
CMYK
RGB Variations
Color information
#49C52A (or 0x49C52A) is known color: Kelly Green. HEX triplet: 49, C5 and 2A. RGB value is (73,197,42). Sum of RGB (Red+Green+Blue) = 73+197+42=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #49C52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C52A is #B63AD5. Grayscale: #8E8E8E. Windows color (decimal): -11942614 or 2803017. OLE color: 2803017.
HSL color Cylindrical-coordinate representation of color #49C52A: hue angle of 108º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49C52A is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 42 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.23 |
| HSL | 108º | 0.65% | 0.47% | - |
| HSV(B) | 108º | 0.79% | 0.77% | - |
| XYZ | 23.13 | 41.52 | 8.98 | - |
| YUV | 142.25 | 71.42 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 42 | 0.63 | 0 | 0.79 | 0.23 | 108 | 0.65 | 0.47 |
| Hex | 49 | C5 | 2A | 3F | 0 | 4F | 17 | 6C | 41 | 2F |
| Octal | 111 | 305 | 52 | 77 | 0 | 117 | 27 | 154 | 101 | 57 |
| Binary | 1001001 | 11000101 | 101010 | 111111 | 0 | 1001111 | 10111 | 1101100 | 1000001 | 101111 |
Color Harmonies of #49C52A
Complementary color
Monochromatic Colors of #49C52A
Black with #49C52A
Text Example
Text Example
White with #49C52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C52A; }
p { color: rgb(73,197,42); }
H1.HeaderClassName
{
color: #49C52A;
}
.AnyTagClassName
{
color: #49C52A;
}
</style>
background-color css
<style>
a { background-color: #49C52A; }
a { background-color: rgb(73,197,42); }
div.DivClassName
{
background-color: #49C52A;
}
.BgClassName
{
background-color: #49C52A;
}
</style>
border-color css
<style>
span { border-color: #49C52A; }
span { border-color: rgb(73,197,42); }
td.TdClassName
{
border-color: #49C52A;
}
.TagClassName
{
border-color: #49C52A;
}
</style>