Shades of Kelly Green #49CE06
Tints of Kelly Green #49CE06
RGB
CMYK
RGB Variations
Color information
#49CE06 (or 0x49CE06) is known color: Kelly Green. HEX triplet: 49, CE and 06. RGB value is (73,206,6). Sum of RGB (Red+Green+Blue) = 73+206+6=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CE06 is #B631F9. Grayscale: #909090. Windows color (decimal): -11940346 or 446025. OLE color: 446025.
HSL color Cylindrical-coordinate representation of color #49CE06: hue angle of 99.9º 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 #49CE06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 6 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.19 |
| HSL | 99.9º | 0.94% | 0.42% | - |
| HSV(B) | 99.9º | 0.97% | 0.81% | - |
| XYZ | 24.85 | 45.57 | 7.66 | - |
| YUV | 143.43 | 50.44 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 6 | 0.65 | 0 | 0.97 | 0.19 | 99.9 | 0.94 | 0.42 |
| Hex | 49 | CE | 6 | 41 | 0 | 61 | 13 | 64 | 5E | 2A |
| Octal | 111 | 316 | 6 | 101 | 0 | 141 | 23 | 144 | 136 | 52 |
| Binary | 1001001 | 11001110 | 110 | 1000001 | 0 | 1100001 | 10011 | 1100100 | 1011110 | 101010 |
Color Harmonies of #49CE06
Complementary color
Monochromatic Colors of #49CE06
Black with #49CE06
Text Example
Text Example
White with #49CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE06; }
p { color: rgb(73,206,6); }
H1.HeaderClassName
{
color: #49CE06;
}
.AnyTagClassName
{
color: #49CE06;
}
</style>
background-color css
<style>
a { background-color: #49CE06; }
a { background-color: rgb(73,206,6); }
div.DivClassName
{
background-color: #49CE06;
}
.BgClassName
{
background-color: #49CE06;
}
</style>
border-color css
<style>
span { border-color: #49CE06; }
span { border-color: rgb(73,206,6); }
td.TdClassName
{
border-color: #49CE06;
}
.TagClassName
{
border-color: #49CE06;
}
</style>