Shades of Kelly Green #49C127
Tints of Kelly Green #49C127
RGB
CMYK
RGB Variations
Color information
#49C127 (or 0x49C127) is known color: Kelly Green. HEX triplet: 49, C1 and 27. RGB value is (73,193,39). Sum of RGB (Red+Green+Blue) = 73+193+39=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #49C127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C127 is #B63ED8. Grayscale: #8C8C8C. Windows color (decimal): -11943641 or 2605385. OLE color: 2605385.
HSL color Cylindrical-coordinate representation of color #49C127: hue angle of 106.75º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49C127 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 39 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.24 |
| HSL | 106.75º | 0.66% | 0.45% | - |
| HSV(B) | 106.75º | 0.8% | 0.76% | - |
| XYZ | 22.18 | 39.7 | 8.41 | - |
| YUV | 139.56 | 71.24 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 39 | 0.62 | 0 | 0.80 | 0.24 | 106.75 | 0.66 | 0.45 |
| Hex | 49 | C1 | 27 | 3E | 0 | 50 | 18 | 6B | 42 | 2D |
| Octal | 111 | 301 | 47 | 76 | 0 | 120 | 30 | 153 | 102 | 55 |
| Binary | 1001001 | 11000001 | 100111 | 111110 | 0 | 1010000 | 11000 | 1101011 | 1000010 | 101101 |
Color Harmonies of #49C127
Complementary color
Monochromatic Colors of #49C127
Black with #49C127
Text Example
Text Example
White with #49C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C127; }
p { color: rgb(73,193,39); }
H1.HeaderClassName
{
color: #49C127;
}
.AnyTagClassName
{
color: #49C127;
}
</style>
background-color css
<style>
a { background-color: #49C127; }
a { background-color: rgb(73,193,39); }
div.DivClassName
{
background-color: #49C127;
}
.BgClassName
{
background-color: #49C127;
}
</style>
border-color css
<style>
span { border-color: #49C127; }
span { border-color: rgb(73,193,39); }
td.TdClassName
{
border-color: #49C127;
}
.TagClassName
{
border-color: #49C127;
}
</style>