Shades of Kelly Green #49C005
Tints of Kelly Green #49C005
RGB
CMYK
RGB Variations
Color information
#49C005 (or 0x49C005) is known color: Kelly Green. HEX triplet: 49, C0 and 05. RGB value is (73,192,5). Sum of RGB (Red+Green+Blue) = 73+192+5=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #49C005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C005 is #B63FFA. Grayscale: #878787. Windows color (decimal): -11943931 or 376905. OLE color: 376905.
HSL color Cylindrical-coordinate representation of color #49C005: hue angle of 98.18º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49C005 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 5 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.25 |
| HSL | 98.18º | 0.95% | 0.39% | - |
| HSV(B) | 98.18º | 0.97% | 0.75% | - |
| XYZ | 21.62 | 39.13 | 6.56 | - |
| YUV | 135.1 | 54.58 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 5 | 0.62 | 0 | 0.97 | 0.25 | 98.18 | 0.95 | 0.39 |
| Hex | 49 | C0 | 5 | 3E | 0 | 61 | 19 | 62 | 5F | 27 |
| Octal | 111 | 300 | 5 | 76 | 0 | 141 | 31 | 142 | 137 | 47 |
| Binary | 1001001 | 11000000 | 101 | 111110 | 0 | 1100001 | 11001 | 1100010 | 1011111 | 100111 |
Color Harmonies of #49C005
Complementary color
Monochromatic Colors of #49C005
Black with #49C005
Text Example
Text Example
White with #49C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C005; }
p { color: rgb(73,192,5); }
H1.HeaderClassName
{
color: #49C005;
}
.AnyTagClassName
{
color: #49C005;
}
</style>
background-color css
<style>
a { background-color: #49C005; }
a { background-color: rgb(73,192,5); }
div.DivClassName
{
background-color: #49C005;
}
.BgClassName
{
background-color: #49C005;
}
</style>
border-color css
<style>
span { border-color: #49C005; }
span { border-color: rgb(73,192,5); }
td.TdClassName
{
border-color: #49C005;
}
.TagClassName
{
border-color: #49C005;
}
</style>