Shades of Kelly Green #48A424
Tints of Kelly Green #48A424
RGB
CMYK
RGB Variations
Color information
#48A424 (or 0x48A424) is known color: Kelly Green. HEX triplet: 48, A4 and 24. RGB value is (72,164,36). Sum of RGB (Red+Green+Blue) = 72+164+36=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 164 (64.45% from 255 or 60.29% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 164 - color contains mainly: green. Hex color #48A424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A424 is #B75BDB. Grayscale: #7A7A7A. Windows color (decimal): -12016604 or 2401352. OLE color: 2401352.
HSL color Cylindrical-coordinate representation of color #48A424: hue angle of 103.12º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48A424 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 164 | 36 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.36 |
| HSL | 103.13º | 0.64% | 0.39% | - |
| HSV(B) | 103.13º | 0.78% | 0.64% | - |
| XYZ | 16.27 | 28.06 | 6.23 | - |
| YUV | 121.9 | 79.52 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 164 | 36 | 0.56 | 0 | 0.78 | 0.36 | 103.13 | 0.64 | 0.39 |
| Hex | 48 | A4 | 24 | 38 | 0 | 4E | 24 | 67 | 40 | 27 |
| Octal | 110 | 244 | 44 | 70 | 0 | 116 | 44 | 147 | 100 | 47 |
| Binary | 1001000 | 10100100 | 100100 | 111000 | 0 | 1001110 | 100100 | 1100111 | 1000000 | 100111 |
Color Harmonies of #48A424
Complementary color
Monochromatic Colors of #48A424
Black with #48A424
Text Example
Text Example
White with #48A424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A424; }
p { color: rgb(72,164,36); }
H1.HeaderClassName
{
color: #48A424;
}
.AnyTagClassName
{
color: #48A424;
}
</style>
background-color css
<style>
a { background-color: #48A424; }
a { background-color: rgb(72,164,36); }
div.DivClassName
{
background-color: #48A424;
}
.BgClassName
{
background-color: #48A424;
}
</style>
border-color css
<style>
span { border-color: #48A424; }
span { border-color: rgb(72,164,36); }
td.TdClassName
{
border-color: #48A424;
}
.TagClassName
{
border-color: #48A424;
}
</style>