Shades of Kelly Green #49C527
Tints of Kelly Green #49C527
RGB
CMYK
RGB Variations
Color information
#49C527 (or 0x49C527) is known color: Kelly Green. HEX triplet: 49, C5 and 27. RGB value is (73,197,39). Sum of RGB (Red+Green+Blue) = 73+197+39=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 197 (77.34% from 255 or 63.75% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 197 - color contains mainly: green. Hex color #49C527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C527 is #B63AD8. Grayscale: #8E8E8E. Windows color (decimal): -11942617 or 2606409. OLE color: 2606409.
HSL color Cylindrical-coordinate representation of color #49C527: hue angle of 107.09º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49C527 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 39 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.23 |
| HSL | 107.09º | 0.67% | 0.46% | - |
| HSV(B) | 107.09º | 0.8% | 0.77% | - |
| XYZ | 23.08 | 41.5 | 8.71 | - |
| YUV | 141.91 | 69.92 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 39 | 0.63 | 0 | 0.80 | 0.23 | 107.09 | 0.67 | 0.46 |
| Hex | 49 | C5 | 27 | 3F | 0 | 50 | 17 | 6B | 43 | 2E |
| Octal | 111 | 305 | 47 | 77 | 0 | 120 | 27 | 153 | 103 | 56 |
| Binary | 1001001 | 11000101 | 100111 | 111111 | 0 | 1010000 | 10111 | 1101011 | 1000011 | 101110 |
Color Harmonies of #49C527
Complementary color
Monochromatic Colors of #49C527
Black with #49C527
Text Example
Text Example
White with #49C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C527; }
p { color: rgb(73,197,39); }
H1.HeaderClassName
{
color: #49C527;
}
.AnyTagClassName
{
color: #49C527;
}
</style>
background-color css
<style>
a { background-color: #49C527; }
a { background-color: rgb(73,197,39); }
div.DivClassName
{
background-color: #49C527;
}
.BgClassName
{
background-color: #49C527;
}
</style>
border-color css
<style>
span { border-color: #49C527; }
span { border-color: rgb(73,197,39); }
td.TdClassName
{
border-color: #49C527;
}
.TagClassName
{
border-color: #49C527;
}
</style>