Shades of Kelly Green #48C320
Tints of Kelly Green #48C320
RGB
CMYK
RGB Variations
Color information
#48C320 (or 0x48C320) is known color: Kelly Green. HEX triplet: 48, C3 and 20. RGB value is (72,195,32). Sum of RGB (Red+Green+Blue) = 72+195+32=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #48C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C320 is #B73CDF. Grayscale: #8C8C8C. Windows color (decimal): -12008672 or 2147144. OLE color: 2147144.
HSL color Cylindrical-coordinate representation of color #48C320: hue angle of 105.28º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48C320 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 32 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.24 |
| HSL | 105.28º | 0.72% | 0.45% | - |
| HSV(B) | 105.28º | 0.84% | 0.76% | - |
| XYZ | 22.45 | 40.51 | 8 | - |
| YUV | 139.64 | 67.25 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 32 | 0.63 | 0 | 0.84 | 0.24 | 105.28 | 0.72 | 0.45 |
| Hex | 48 | C3 | 20 | 3F | 0 | 54 | 18 | 69 | 48 | 2D |
| Octal | 110 | 303 | 40 | 77 | 0 | 124 | 30 | 151 | 110 | 55 |
| Binary | 1001000 | 11000011 | 100000 | 111111 | 0 | 1010100 | 11000 | 1101001 | 1001000 | 101101 |
Color Harmonies of #48C320
Complementary color
Monochromatic Colors of #48C320
Black with #48C320
Text Example
Text Example
White with #48C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C320; }
p { color: rgb(72,195,32); }
H1.HeaderClassName
{
color: #48C320;
}
.AnyTagClassName
{
color: #48C320;
}
</style>
background-color css
<style>
a { background-color: #48C320; }
a { background-color: rgb(72,195,32); }
div.DivClassName
{
background-color: #48C320;
}
.BgClassName
{
background-color: #48C320;
}
</style>
border-color css
<style>
span { border-color: #48C320; }
span { border-color: rgb(72,195,32); }
td.TdClassName
{
border-color: #48C320;
}
.TagClassName
{
border-color: #48C320;
}
</style>