Shades of Kelly Green #49CC13
Tints of Kelly Green #49CC13
RGB
CMYK
RGB Variations
Color information
#49CC13 (or 0x49CC13) is known color: Kelly Green. HEX triplet: 49, CC and 13. RGB value is (73,204,19). Sum of RGB (Red+Green+Blue) = 73+204+19=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CC13 is #B633EC. Grayscale: #909090. Windows color (decimal): -11940845 or 1297481. OLE color: 1297481.
HSL color Cylindrical-coordinate representation of color #49CC13: hue angle of 102.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49CC13 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 19 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.2 |
| HSL | 102.49º | 0.83% | 0.44% | - |
| HSV(B) | 102.49º | 0.91% | 0.8% | - |
| XYZ | 24.46 | 44.65 | 7.95 | - |
| YUV | 143.74 | 57.6 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 19 | 0.64 | 0 | 0.91 | 0.2 | 102.49 | 0.83 | 0.44 |
| Hex | 49 | CC | 13 | 40 | 0 | 5B | 14 | 66 | 53 | 2C |
| Octal | 111 | 314 | 23 | 100 | 0 | 133 | 24 | 146 | 123 | 54 |
| Binary | 1001001 | 11001100 | 10011 | 1000000 | 0 | 1011011 | 10100 | 1100110 | 1010011 | 101100 |
Color Harmonies of #49CC13
Complementary color
Monochromatic Colors of #49CC13
Black with #49CC13
Text Example
Text Example
White with #49CC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC13; }
p { color: rgb(73,204,19); }
H1.HeaderClassName
{
color: #49CC13;
}
.AnyTagClassName
{
color: #49CC13;
}
</style>
background-color css
<style>
a { background-color: #49CC13; }
a { background-color: rgb(73,204,19); }
div.DivClassName
{
background-color: #49CC13;
}
.BgClassName
{
background-color: #49CC13;
}
</style>
border-color css
<style>
span { border-color: #49CC13; }
span { border-color: rgb(73,204,19); }
td.TdClassName
{
border-color: #49CC13;
}
.TagClassName
{
border-color: #49CC13;
}
</style>