Shades of Kelly Green #49C629
Tints of Kelly Green #49C629
RGB
CMYK
RGB Variations
Color information
#49C629 (or 0x49C629) is known color: Kelly Green. HEX triplet: 49, C6 and 29. RGB value is (73,198,41). Sum of RGB (Red+Green+Blue) = 73+198+41=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #49C629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C629 is #B639D6. Grayscale: #8F8F8F. Windows color (decimal): -11942359 or 2737737. OLE color: 2737737.
HSL color Cylindrical-coordinate representation of color #49C629: hue angle of 107.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49C629 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 41 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.22 |
| HSL | 107.77º | 0.66% | 0.47% | - |
| HSV(B) | 107.77º | 0.79% | 0.78% | - |
| XYZ | 23.34 | 41.96 | 8.97 | - |
| YUV | 142.73 | 70.59 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 41 | 0.63 | 0 | 0.79 | 0.22 | 107.77 | 0.66 | 0.47 |
| Hex | 49 | C6 | 29 | 3F | 0 | 4F | 16 | 6C | 42 | 2F |
| Octal | 111 | 306 | 51 | 77 | 0 | 117 | 26 | 154 | 102 | 57 |
| Binary | 1001001 | 11000110 | 101001 | 111111 | 0 | 1001111 | 10110 | 1101100 | 1000010 | 101111 |
Color Harmonies of #49C629
Complementary color
Monochromatic Colors of #49C629
Black with #49C629
Text Example
Text Example
White with #49C629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C629; }
p { color: rgb(73,198,41); }
H1.HeaderClassName
{
color: #49C629;
}
.AnyTagClassName
{
color: #49C629;
}
</style>
background-color css
<style>
a { background-color: #49C629; }
a { background-color: rgb(73,198,41); }
div.DivClassName
{
background-color: #49C629;
}
.BgClassName
{
background-color: #49C629;
}
</style>
border-color css
<style>
span { border-color: #49C629; }
span { border-color: rgb(73,198,41); }
td.TdClassName
{
border-color: #49C629;
}
.TagClassName
{
border-color: #49C629;
}
</style>