Shades of Kelly Green #49CC26
Tints of Kelly Green #49CC26
RGB
CMYK
RGB Variations
Color information
#49CC26 (or 0x49CC26) is known color: Kelly Green. HEX triplet: 49, CC and 26. RGB value is (73,204,38). Sum of RGB (Red+Green+Blue) = 73+204+38=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 204 (80.08% from 255 or 64.76% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CC26 is #B633D9. Grayscale: #929292. Windows color (decimal): -11940826 or 2542665. OLE color: 2542665.
HSL color Cylindrical-coordinate representation of color #49CC26: hue angle of 107.35º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49CC26 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 38 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.2 |
| HSL | 107.35º | 0.69% | 0.47% | - |
| HSV(B) | 107.35º | 0.81% | 0.8% | - |
| XYZ | 24.69 | 44.74 | 9.17 | - |
| YUV | 145.91 | 67.1 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 38 | 0.64 | 0 | 0.81 | 0.2 | 107.35 | 0.69 | 0.47 |
| Hex | 49 | CC | 26 | 40 | 0 | 51 | 14 | 6B | 45 | 2F |
| Octal | 111 | 314 | 46 | 100 | 0 | 121 | 24 | 153 | 105 | 57 |
| Binary | 1001001 | 11001100 | 100110 | 1000000 | 0 | 1010001 | 10100 | 1101011 | 1000101 | 101111 |
Color Harmonies of #49CC26
Complementary color
Monochromatic Colors of #49CC26
Black with #49CC26
Text Example
Text Example
White with #49CC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC26; }
p { color: rgb(73,204,38); }
H1.HeaderClassName
{
color: #49CC26;
}
.AnyTagClassName
{
color: #49CC26;
}
</style>
background-color css
<style>
a { background-color: #49CC26; }
a { background-color: rgb(73,204,38); }
div.DivClassName
{
background-color: #49CC26;
}
.BgClassName
{
background-color: #49CC26;
}
</style>
border-color css
<style>
span { border-color: #49CC26; }
span { border-color: rgb(73,204,38); }
td.TdClassName
{
border-color: #49CC26;
}
.TagClassName
{
border-color: #49CC26;
}
</style>