Shades of Kelly Green #49CC07
Tints of Kelly Green #49CC07
RGB
CMYK
RGB Variations
Color information
#49CC07 (or 0x49CC07) is known color: Kelly Green. HEX triplet: 49, CC and 07. RGB value is (73,204,7). Sum of RGB (Red+Green+Blue) = 73+204+7=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 204 (80.08% from 255 or 71.83% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CC07 is #B633F8. Grayscale: #8F8F8F. Windows color (decimal): -11940857 or 511049. OLE color: 511049.
HSL color Cylindrical-coordinate representation of color #49CC07: hue angle of 99.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49CC07 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 7 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.2 |
| HSL | 99.9º | 0.93% | 0.41% | - |
| HSV(B) | 99.9º | 0.97% | 0.8% | - |
| XYZ | 24.38 | 44.62 | 7.53 | - |
| YUV | 142.37 | 51.6 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 7 | 0.64 | 0 | 0.97 | 0.2 | 99.9 | 0.93 | 0.41 |
| Hex | 49 | CC | 7 | 40 | 0 | 61 | 14 | 64 | 5D | 29 |
| Octal | 111 | 314 | 7 | 100 | 0 | 141 | 24 | 144 | 135 | 51 |
| Binary | 1001001 | 11001100 | 111 | 1000000 | 0 | 1100001 | 10100 | 1100100 | 1011101 | 101001 |
Color Harmonies of #49CC07
Complementary color
Monochromatic Colors of #49CC07
Black with #49CC07
Text Example
Text Example
White with #49CC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC07; }
p { color: rgb(73,204,7); }
H1.HeaderClassName
{
color: #49CC07;
}
.AnyTagClassName
{
color: #49CC07;
}
</style>
background-color css
<style>
a { background-color: #49CC07; }
a { background-color: rgb(73,204,7); }
div.DivClassName
{
background-color: #49CC07;
}
.BgClassName
{
background-color: #49CC07;
}
</style>
border-color css
<style>
span { border-color: #49CC07; }
span { border-color: rgb(73,204,7); }
td.TdClassName
{
border-color: #49CC07;
}
.TagClassName
{
border-color: #49CC07;
}
</style>