Shades of Kelly Green #49CF11
Tints of Kelly Green #49CF11
RGB
CMYK
RGB Variations
Color information
#49CF11 (or 0x49CF11) is known color: Kelly Green. HEX triplet: 49, CF and 11. RGB value is (73,207,17). Sum of RGB (Red+Green+Blue) = 73+207+17=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CF11 is #B630EE. Grayscale: #919191. Windows color (decimal): -11940079 or 1167177. OLE color: 1167177.
HSL color Cylindrical-coordinate representation of color #49CF11: hue angle of 102.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49CF11 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 17 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.19 |
| HSL | 102.32º | 0.85% | 0.44% | - |
| HSV(B) | 102.32º | 0.92% | 0.81% | - |
| XYZ | 25.16 | 46.08 | 8.1 | - |
| YUV | 145.27 | 55.61 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 17 | 0.65 | 0 | 0.92 | 0.19 | 102.32 | 0.85 | 0.44 |
| Hex | 49 | CF | 11 | 41 | 0 | 5C | 13 | 66 | 55 | 2C |
| Octal | 111 | 317 | 21 | 101 | 0 | 134 | 23 | 146 | 125 | 54 |
| Binary | 1001001 | 11001111 | 10001 | 1000001 | 0 | 1011100 | 10011 | 1100110 | 1010101 | 101100 |
Color Harmonies of #49CF11
Complementary color
Monochromatic Colors of #49CF11
Black with #49CF11
Text Example
Text Example
White with #49CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF11; }
p { color: rgb(73,207,17); }
H1.HeaderClassName
{
color: #49CF11;
}
.AnyTagClassName
{
color: #49CF11;
}
</style>
background-color css
<style>
a { background-color: #49CF11; }
a { background-color: rgb(73,207,17); }
div.DivClassName
{
background-color: #49CF11;
}
.BgClassName
{
background-color: #49CF11;
}
</style>
border-color css
<style>
span { border-color: #49CF11; }
span { border-color: rgb(73,207,17); }
td.TdClassName
{
border-color: #49CF11;
}
.TagClassName
{
border-color: #49CF11;
}
</style>