Shades of Kelly Green #49BC28
Tints of Kelly Green #49BC28
RGB
CMYK
RGB Variations
Color information
#49BC28 (or 0x49BC28) is known color: Kelly Green. HEX triplet: 49, BC and 28. RGB value is (73,188,40). Sum of RGB (Red+Green+Blue) = 73+188+40=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC28 is #B643D7. Grayscale: #898989. Windows color (decimal): -11944920 or 2669641. OLE color: 2669641.
HSL color Cylindrical-coordinate representation of color #49BC28: hue angle of 106.62º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49BC28 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 40 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.26 |
| HSL | 106.62º | 0.65% | 0.45% | - |
| HSV(B) | 106.62º | 0.79% | 0.74% | - |
| XYZ | 21.11 | 37.54 | 8.14 | - |
| YUV | 136.74 | 73.4 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 40 | 0.61 | 0 | 0.79 | 0.26 | 106.62 | 0.65 | 0.45 |
| Hex | 49 | BC | 28 | 3D | 0 | 4F | 1A | 6B | 41 | 2D |
| Octal | 111 | 274 | 50 | 75 | 0 | 117 | 32 | 153 | 101 | 55 |
| Binary | 1001001 | 10111100 | 101000 | 111101 | 0 | 1001111 | 11010 | 1101011 | 1000001 | 101101 |
Color Harmonies of #49BC28
Complementary color
Monochromatic Colors of #49BC28
Black with #49BC28
Text Example
Text Example
White with #49BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC28; }
p { color: rgb(73,188,40); }
H1.HeaderClassName
{
color: #49BC28;
}
.AnyTagClassName
{
color: #49BC28;
}
</style>
background-color css
<style>
a { background-color: #49BC28; }
a { background-color: rgb(73,188,40); }
div.DivClassName
{
background-color: #49BC28;
}
.BgClassName
{
background-color: #49BC28;
}
</style>
border-color css
<style>
span { border-color: #49BC28; }
span { border-color: rgb(73,188,40); }
td.TdClassName
{
border-color: #49BC28;
}
.TagClassName
{
border-color: #49BC28;
}
</style>