Shades of Kelly Green #48B732
Tints of Kelly Green #48B732
RGB
CMYK
RGB Variations
Color information
#48B732 (or 0x48B732) is known color: Kelly Green. HEX triplet: 48, B7 and 32. RGB value is (72,183,50). Sum of RGB (Red+Green+Blue) = 72+183+50=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #48B732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B732 is #B748CD. Grayscale: #878787. Windows color (decimal): -12011726 or 3323720. OLE color: 3323720.
HSL color Cylindrical-coordinate representation of color #48B732: hue angle of 110.08º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48B732 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 183 | 50 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.28 |
| HSL | 110.08º | 0.57% | 0.46% | - |
| HSV(B) | 110.08º | 0.73% | 0.72% | - |
| XYZ | 20.18 | 35.47 | 8.8 | - |
| YUV | 134.65 | 80.23 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 50 | 0.61 | 0 | 0.73 | 0.28 | 110.08 | 0.57 | 0.46 |
| Hex | 48 | B7 | 32 | 3D | 0 | 49 | 1C | 6E | 39 | 2E |
| Octal | 110 | 267 | 62 | 75 | 0 | 111 | 34 | 156 | 71 | 56 |
| Binary | 1001000 | 10110111 | 110010 | 111101 | 0 | 1001001 | 11100 | 1101110 | 111001 | 101110 |
Color Harmonies of #48B732
Complementary color
Monochromatic Colors of #48B732
Black with #48B732
Text Example
Text Example
White with #48B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B732; }
p { color: rgb(72,183,50); }
H1.HeaderClassName
{
color: #48B732;
}
.AnyTagClassName
{
color: #48B732;
}
</style>
background-color css
<style>
a { background-color: #48B732; }
a { background-color: rgb(72,183,50); }
div.DivClassName
{
background-color: #48B732;
}
.BgClassName
{
background-color: #48B732;
}
</style>
border-color css
<style>
span { border-color: #48B732; }
span { border-color: rgb(72,183,50); }
td.TdClassName
{
border-color: #48B732;
}
.TagClassName
{
border-color: #48B732;
}
</style>