Shades of Kelly Green #49CE03
Tints of Kelly Green #49CE03
RGB
CMYK
RGB Variations
Color information
#49CE03 (or 0x49CE03) is known color: Kelly Green. HEX triplet: 49, CE and 03. RGB value is (73,206,3). Sum of RGB (Red+Green+Blue) = 73+206+3=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CE03 is #B631FC. Grayscale: #8F8F8F. Windows color (decimal): -11940349 or 249417. OLE color: 249417.
HSL color Cylindrical-coordinate representation of color #49CE03: hue angle of 99.31º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49CE03 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 3 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.19 |
| HSL | 99.31º | 0.97% | 0.41% | - |
| HSV(B) | 99.31º | 0.99% | 0.81% | - |
| XYZ | 24.84 | 45.57 | 7.57 | - |
| YUV | 143.09 | 48.94 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 3 | 0.65 | 0 | 0.99 | 0.19 | 99.31 | 0.97 | 0.41 |
| Hex | 49 | CE | 3 | 41 | 0 | 63 | 13 | 63 | 61 | 29 |
| Octal | 111 | 316 | 3 | 101 | 0 | 143 | 23 | 143 | 141 | 51 |
| Binary | 1001001 | 11001110 | 11 | 1000001 | 0 | 1100011 | 10011 | 1100011 | 1100001 | 101001 |
Color Harmonies of #49CE03
Complementary color
Monochromatic Colors of #49CE03
Black with #49CE03
Text Example
Text Example
White with #49CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE03; }
p { color: rgb(73,206,3); }
H1.HeaderClassName
{
color: #49CE03;
}
.AnyTagClassName
{
color: #49CE03;
}
</style>
background-color css
<style>
a { background-color: #49CE03; }
a { background-color: rgb(73,206,3); }
div.DivClassName
{
background-color: #49CE03;
}
.BgClassName
{
background-color: #49CE03;
}
</style>
border-color css
<style>
span { border-color: #49CE03; }
span { border-color: rgb(73,206,3); }
td.TdClassName
{
border-color: #49CE03;
}
.TagClassName
{
border-color: #49CE03;
}
</style>