Shades of Kelly Green #49CF06
Tints of Kelly Green #49CF06
RGB
CMYK
RGB Variations
Color information
#49CF06 (or 0x49CF06) is known color: Kelly Green. HEX triplet: 49, CF and 06. RGB value is (73,207,6). Sum of RGB (Red+Green+Blue) = 73+207+6=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CF06 is #B630F9. Grayscale: #909090. Windows color (decimal): -11940090 or 446281. OLE color: 446281.
HSL color Cylindrical-coordinate representation of color #49CF06: hue angle of 100º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49CF06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 6 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.19 |
| HSL | 100º | 0.94% | 0.42% | - |
| HSV(B) | 100º | 0.97% | 0.81% | - |
| XYZ | 25.09 | 46.06 | 7.74 | - |
| YUV | 144.02 | 50.11 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 6 | 0.65 | 0 | 0.97 | 0.19 | 100 | 0.94 | 0.42 |
| Hex | 49 | CF | 6 | 41 | 0 | 61 | 13 | 64 | 5E | 2A |
| Octal | 111 | 317 | 6 | 101 | 0 | 141 | 23 | 144 | 136 | 52 |
| Binary | 1001001 | 11001111 | 110 | 1000001 | 0 | 1100001 | 10011 | 1100100 | 1011110 | 101010 |
Color Harmonies of #49CF06
Complementary color
Monochromatic Colors of #49CF06
Black with #49CF06
Text Example
Text Example
White with #49CF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF06; }
p { color: rgb(73,207,6); }
H1.HeaderClassName
{
color: #49CF06;
}
.AnyTagClassName
{
color: #49CF06;
}
</style>
background-color css
<style>
a { background-color: #49CF06; }
a { background-color: rgb(73,207,6); }
div.DivClassName
{
background-color: #49CF06;
}
.BgClassName
{
background-color: #49CF06;
}
</style>
border-color css
<style>
span { border-color: #49CF06; }
span { border-color: rgb(73,207,6); }
td.TdClassName
{
border-color: #49CF06;
}
.TagClassName
{
border-color: #49CF06;
}
</style>