Shades of Kelly Green #48AB32
Tints of Kelly Green #48AB32
RGB
CMYK
RGB Variations
Color information
#48AB32 (or 0x48AB32) is known color: Kelly Green. HEX triplet: 48, AB and 32. RGB value is (72,171,50). Sum of RGB (Red+Green+Blue) = 72+171+50=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AB32 is #B754CD. Grayscale: #7F7F7F. Windows color (decimal): -12014798 or 3320648. OLE color: 3320648.
HSL color Cylindrical-coordinate representation of color #48AB32: hue angle of 109.09º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48AB32 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 50 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.33 |
| HSL | 109.09º | 0.55% | 0.43% | - |
| HSV(B) | 109.09º | 0.71% | 0.67% | - |
| XYZ | 17.81 | 30.73 | 8.01 | - |
| YUV | 127.61 | 84.2 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 50 | 0.58 | 0 | 0.71 | 0.33 | 109.09 | 0.55 | 0.43 |
| Hex | 48 | AB | 32 | 3A | 0 | 47 | 21 | 6D | 37 | 2B |
| Octal | 110 | 253 | 62 | 72 | 0 | 107 | 41 | 155 | 67 | 53 |
| Binary | 1001000 | 10101011 | 110010 | 111010 | 0 | 1000111 | 100001 | 1101101 | 110111 | 101011 |
Color Harmonies of #48AB32
Complementary color
Monochromatic Colors of #48AB32
Black with #48AB32
Text Example
Text Example
White with #48AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AB32; }
p { color: rgb(72,171,50); }
H1.HeaderClassName
{
color: #48AB32;
}
.AnyTagClassName
{
color: #48AB32;
}
</style>
background-color css
<style>
a { background-color: #48AB32; }
a { background-color: rgb(72,171,50); }
div.DivClassName
{
background-color: #48AB32;
}
.BgClassName
{
background-color: #48AB32;
}
</style>
border-color css
<style>
span { border-color: #48AB32; }
span { border-color: rgb(72,171,50); }
td.TdClassName
{
border-color: #48AB32;
}
.TagClassName
{
border-color: #48AB32;
}
</style>