Shades of Kelly Green #48AB1D
Tints of Kelly Green #48AB1D
RGB
CMYK
RGB Variations
Color information
#48AB1D (or 0x48AB1D) is known color: Kelly Green. HEX triplet: 48, AB and 1D. RGB value is (72,171,29). Sum of RGB (Red+Green+Blue) = 72+171+29=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AB1D is #B754E2. Grayscale: #7D7D7D. Windows color (decimal): -12014819 or 1944392. OLE color: 1944392.
HSL color Cylindrical-coordinate representation of color #48AB1D: hue angle of 101.83º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48AB1D is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 29 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.33 |
| HSL | 101.83º | 0.71% | 0.39% | - |
| HSV(B) | 101.83º | 0.83% | 0.67% | - |
| XYZ | 17.46 | 30.59 | 6.15 | - |
| YUV | 125.21 | 73.7 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 29 | 0.58 | 0 | 0.83 | 0.33 | 101.83 | 0.71 | 0.39 |
| Hex | 48 | AB | 1D | 3A | 0 | 53 | 21 | 66 | 47 | 27 |
| Octal | 110 | 253 | 35 | 72 | 0 | 123 | 41 | 146 | 107 | 47 |
| Binary | 1001000 | 10101011 | 11101 | 111010 | 0 | 1010011 | 100001 | 1100110 | 1000111 | 100111 |
Color Harmonies of #48AB1D
Complementary color
Monochromatic Colors of #48AB1D
Black with #48AB1D
Text Example
Text Example
White with #48AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AB1D; }
p { color: rgb(72,171,29); }
H1.HeaderClassName
{
color: #48AB1D;
}
.AnyTagClassName
{
color: #48AB1D;
}
</style>
background-color css
<style>
a { background-color: #48AB1D; }
a { background-color: rgb(72,171,29); }
div.DivClassName
{
background-color: #48AB1D;
}
.BgClassName
{
background-color: #48AB1D;
}
</style>
border-color css
<style>
span { border-color: #48AB1D; }
span { border-color: rgb(72,171,29); }
td.TdClassName
{
border-color: #48AB1D;
}
.TagClassName
{
border-color: #48AB1D;
}
</style>