Shades of Kelly Green #49CF13
Tints of Kelly Green #49CF13
RGB
CMYK
RGB Variations
Color information
#49CF13 (or 0x49CF13) is known color: Kelly Green. HEX triplet: 49, CF and 13. RGB value is (73,207,19). Sum of RGB (Red+Green+Blue) = 73+207+19=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CF13 is #B630EC. Grayscale: #929292. Windows color (decimal): -11940077 or 1298249. OLE color: 1298249.
HSL color Cylindrical-coordinate representation of color #49CF13: hue angle of 102.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49CF13 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 19 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.19 |
| HSL | 102.77º | 0.83% | 0.44% | - |
| HSV(B) | 102.77º | 0.91% | 0.81% | - |
| XYZ | 25.18 | 46.09 | 8.19 | - |
| YUV | 145.5 | 56.61 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 19 | 0.65 | 0 | 0.91 | 0.19 | 102.77 | 0.83 | 0.44 |
| Hex | 49 | CF | 13 | 41 | 0 | 5B | 13 | 67 | 53 | 2C |
| Octal | 111 | 317 | 23 | 101 | 0 | 133 | 23 | 147 | 123 | 54 |
| Binary | 1001001 | 11001111 | 10011 | 1000001 | 0 | 1011011 | 10011 | 1100111 | 1010011 | 101100 |
Color Harmonies of #49CF13
Complementary color
Monochromatic Colors of #49CF13
Black with #49CF13
Text Example
Text Example
White with #49CF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF13; }
p { color: rgb(73,207,19); }
H1.HeaderClassName
{
color: #49CF13;
}
.AnyTagClassName
{
color: #49CF13;
}
</style>
background-color css
<style>
a { background-color: #49CF13; }
a { background-color: rgb(73,207,19); }
div.DivClassName
{
background-color: #49CF13;
}
.BgClassName
{
background-color: #49CF13;
}
</style>
border-color css
<style>
span { border-color: #49CF13; }
span { border-color: rgb(73,207,19); }
td.TdClassName
{
border-color: #49CF13;
}
.TagClassName
{
border-color: #49CF13;
}
</style>