Shades of Kelly Green #48A11D
Tints of Kelly Green #48A11D
RGB
CMYK
RGB Variations
Color information
#48A11D (or 0x48A11D) is known color: Kelly Green. HEX triplet: 48, A1 and 1D. RGB value is (72,161,29). Sum of RGB (Red+Green+Blue) = 72+161+29=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 161 (63.28% from 255 or 61.45% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 161 - color contains mainly: green. Hex color #48A11D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A11D is #B75EE2. Grayscale: #777777. Windows color (decimal): -12017379 or 1941832. OLE color: 1941832.
HSL color Cylindrical-coordinate representation of color #48A11D: hue angle of 100.45º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48A11D is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 161 | 29 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.37 |
| HSL | 100.45º | 0.69% | 0.37% | - |
| HSV(B) | 100.45º | 0.82% | 0.63% | - |
| XYZ | 15.64 | 26.96 | 5.54 | - |
| YUV | 119.34 | 77.01 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 161 | 29 | 0.55 | 0 | 0.82 | 0.37 | 100.45 | 0.69 | 0.37 |
| Hex | 48 | A1 | 1D | 37 | 0 | 52 | 25 | 64 | 45 | 25 |
| Octal | 110 | 241 | 35 | 67 | 0 | 122 | 45 | 144 | 105 | 45 |
| Binary | 1001000 | 10100001 | 11101 | 110111 | 0 | 1010010 | 100101 | 1100100 | 1000101 | 100101 |
Color Harmonies of #48A11D
Complementary color
Monochromatic Colors of #48A11D
Black with #48A11D
Text Example
Text Example
White with #48A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A11D; }
p { color: rgb(72,161,29); }
H1.HeaderClassName
{
color: #48A11D;
}
.AnyTagClassName
{
color: #48A11D;
}
</style>
background-color css
<style>
a { background-color: #48A11D; }
a { background-color: rgb(72,161,29); }
div.DivClassName
{
background-color: #48A11D;
}
.BgClassName
{
background-color: #48A11D;
}
</style>
border-color css
<style>
span { border-color: #48A11D; }
span { border-color: rgb(72,161,29); }
td.TdClassName
{
border-color: #48A11D;
}
.TagClassName
{
border-color: #48A11D;
}
</style>