Shades of Kelly Green #48AD31
Tints of Kelly Green #48AD31
RGB
CMYK
RGB Variations
Color information
#48AD31 (or 0x48AD31) is known color: Kelly Green. HEX triplet: 48, AD and 31. RGB value is (72,173,49). Sum of RGB (Red+Green+Blue) = 72+173+49=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AD31 is #B752CE. Grayscale: #818181. Windows color (decimal): -12014287 or 3255624. OLE color: 3255624.
HSL color Cylindrical-coordinate representation of color #48AD31: hue angle of 108.87º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48AD31 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 173 | 49 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.32 |
| HSL | 108.87º | 0.56% | 0.44% | - |
| HSV(B) | 108.87º | 0.72% | 0.68% | - |
| XYZ | 18.17 | 31.49 | 8.03 | - |
| YUV | 128.67 | 83.04 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 49 | 0.58 | 0 | 0.72 | 0.32 | 108.87 | 0.56 | 0.44 |
| Hex | 48 | AD | 31 | 3A | 0 | 48 | 20 | 6D | 38 | 2C |
| Octal | 110 | 255 | 61 | 72 | 0 | 110 | 40 | 155 | 70 | 54 |
| Binary | 1001000 | 10101101 | 110001 | 111010 | 0 | 1001000 | 100000 | 1101101 | 111000 | 101100 |
Color Harmonies of #48AD31
Complementary color
Monochromatic Colors of #48AD31
Black with #48AD31
Text Example
Text Example
White with #48AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AD31; }
p { color: rgb(72,173,49); }
H1.HeaderClassName
{
color: #48AD31;
}
.AnyTagClassName
{
color: #48AD31;
}
</style>
background-color css
<style>
a { background-color: #48AD31; }
a { background-color: rgb(72,173,49); }
div.DivClassName
{
background-color: #48AD31;
}
.BgClassName
{
background-color: #48AD31;
}
</style>
border-color css
<style>
span { border-color: #48AD31; }
span { border-color: rgb(72,173,49); }
td.TdClassName
{
border-color: #48AD31;
}
.TagClassName
{
border-color: #48AD31;
}
</style>