Shades of Kelly Green #48C220
Tints of Kelly Green #48C220
RGB
CMYK
RGB Variations
Color information
#48C220 (or 0x48C220) is known color: Kelly Green. HEX triplet: 48, C2 and 20. RGB value is (72,194,32). Sum of RGB (Red+Green+Blue) = 72+194+32=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #48C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C220 is #B73DDF. Grayscale: #8B8B8B. Windows color (decimal): -12008928 or 2146888. OLE color: 2146888.
HSL color Cylindrical-coordinate representation of color #48C220: hue angle of 105.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48C220 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 32 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.24 |
| HSL | 105.19º | 0.72% | 0.44% | - |
| HSV(B) | 105.19º | 0.84% | 0.76% | - |
| XYZ | 22.22 | 40.07 | 7.93 | - |
| YUV | 139.05 | 67.58 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 32 | 0.63 | 0 | 0.84 | 0.24 | 105.19 | 0.72 | 0.44 |
| Hex | 48 | C2 | 20 | 3F | 0 | 54 | 18 | 69 | 48 | 2C |
| Octal | 110 | 302 | 40 | 77 | 0 | 124 | 30 | 151 | 110 | 54 |
| Binary | 1001000 | 11000010 | 100000 | 111111 | 0 | 1010100 | 11000 | 1101001 | 1001000 | 101100 |
Color Harmonies of #48C220
Complementary color
Monochromatic Colors of #48C220
Black with #48C220
Text Example
Text Example
White with #48C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C220; }
p { color: rgb(72,194,32); }
H1.HeaderClassName
{
color: #48C220;
}
.AnyTagClassName
{
color: #48C220;
}
</style>
background-color css
<style>
a { background-color: #48C220; }
a { background-color: rgb(72,194,32); }
div.DivClassName
{
background-color: #48C220;
}
.BgClassName
{
background-color: #48C220;
}
</style>
border-color css
<style>
span { border-color: #48C220; }
span { border-color: rgb(72,194,32); }
td.TdClassName
{
border-color: #48C220;
}
.TagClassName
{
border-color: #48C220;
}
</style>