Shades of Kelly Green #49CD2A
Tints of Kelly Green #49CD2A
RGB
CMYK
RGB Variations
Color information
#49CD2A (or 0x49CD2A) is known color: Kelly Green. HEX triplet: 49, CD and 2A. RGB value is (73,205,42). Sum of RGB (Red+Green+Blue) = 73+205+42=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD2A is #B632D5. Grayscale: #939393. Windows color (decimal): -11940566 or 2805065. OLE color: 2805065.
HSL color Cylindrical-coordinate representation of color #49CD2A: hue angle of 108.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49CD2A is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 42 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.20 |
| HSL | 108.59º | 0.66% | 0.48% | - |
| HSV(B) | 108.59º | 0.8% | 0.8% | - |
| XYZ | 25 | 45.25 | 9.61 | - |
| YUV | 146.95 | 68.77 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 42 | 0.64 | 0 | 0.80 | 0.20 | 108.59 | 0.66 | 0.48 |
| Hex | 49 | CD | 2A | 40 | 0 | 50 | 14 | 6D | 42 | 30 |
| Octal | 111 | 315 | 52 | 100 | 0 | 120 | 24 | 155 | 102 | 60 |
| Binary | 1001001 | 11001101 | 101010 | 1000000 | 0 | 1010000 | 10100 | 1101101 | 1000010 | 110000 |
Color Harmonies of #49CD2A
Complementary color
Monochromatic Colors of #49CD2A
Black with #49CD2A
Text Example
Text Example
White with #49CD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD2A; }
p { color: rgb(73,205,42); }
H1.HeaderClassName
{
color: #49CD2A;
}
.AnyTagClassName
{
color: #49CD2A;
}
</style>
background-color css
<style>
a { background-color: #49CD2A; }
a { background-color: rgb(73,205,42); }
div.DivClassName
{
background-color: #49CD2A;
}
.BgClassName
{
background-color: #49CD2A;
}
</style>
border-color css
<style>
span { border-color: #49CD2A; }
span { border-color: rgb(73,205,42); }
td.TdClassName
{
border-color: #49CD2A;
}
.TagClassName
{
border-color: #49CD2A;
}
</style>