Shades of Kelly Green #49CF12
Tints of Kelly Green #49CF12
RGB
CMYK
RGB Variations
Color information
#49CF12 (or 0x49CF12) is known color: Kelly Green. HEX triplet: 49, CF and 12. RGB value is (73,207,18). Sum of RGB (Red+Green+Blue) = 73+207+18=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 207 (81.25% from 255 or 69.46% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CF12 is #B630ED. Grayscale: #929292. Windows color (decimal): -11940078 or 1232713. OLE color: 1232713.
HSL color Cylindrical-coordinate representation of color #49CF12: hue angle of 102.54º degrees, saturation: 0.84, 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 #49CF12 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 18 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.19 |
| HSL | 102.54º | 0.84% | 0.44% | - |
| HSV(B) | 102.54º | 0.91% | 0.81% | - |
| XYZ | 25.17 | 46.09 | 8.14 | - |
| YUV | 145.39 | 56.11 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 18 | 0.65 | 0 | 0.91 | 0.19 | 102.54 | 0.84 | 0.44 |
| Hex | 49 | CF | 12 | 41 | 0 | 5B | 13 | 67 | 54 | 2C |
| Octal | 111 | 317 | 22 | 101 | 0 | 133 | 23 | 147 | 124 | 54 |
| Binary | 1001001 | 11001111 | 10010 | 1000001 | 0 | 1011011 | 10011 | 1100111 | 1010100 | 101100 |
Color Harmonies of #49CF12
Complementary color
Monochromatic Colors of #49CF12
Black with #49CF12
Text Example
Text Example
White with #49CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF12; }
p { color: rgb(73,207,18); }
H1.HeaderClassName
{
color: #49CF12;
}
.AnyTagClassName
{
color: #49CF12;
}
</style>
background-color css
<style>
a { background-color: #49CF12; }
a { background-color: rgb(73,207,18); }
div.DivClassName
{
background-color: #49CF12;
}
.BgClassName
{
background-color: #49CF12;
}
</style>
border-color css
<style>
span { border-color: #49CF12; }
span { border-color: rgb(73,207,18); }
td.TdClassName
{
border-color: #49CF12;
}
.TagClassName
{
border-color: #49CF12;
}
</style>