Shades of Kelly Green #48AB00
Tints of Kelly Green #48AB00
RGB
CMYK
RGB Variations
Color information
#48AB00 (or 0x48AB00) is known color: Kelly Green. HEX triplet: 48, AB and 00. RGB value is (72,171,0). Sum of RGB (Red+Green+Blue) = 72+171+0=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 171 (67.19% from 255 or 70.37% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AB00 is #B754FF. Grayscale: #7A7A7A. Windows color (decimal): -12014848 or 43848. OLE color: 43848.
HSL color Cylindrical-coordinate representation of color #48AB00: hue angle of 94.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48AB00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 171 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.33 |
| HSL | 94.74º | 1% | 0.34% | - |
| HSV(B) | 94.74º | 1% | 0.67% | - |
| XYZ | 17.24 | 30.5 | 4.98 | - |
| YUV | 121.91 | 59.2 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 0 | 0.58 | 0 | 1 | 0.33 | 94.74 | 1 | 0.34 |
| Hex | 48 | AB | 0 | 3A | 0 | 64 | 21 | 5F | 64 | 22 |
| Octal | 110 | 253 | 0 | 72 | 0 | 144 | 41 | 137 | 144 | 42 |
| Binary | 1001000 | 10101011 | 0 | 111010 | 0 | 1100100 | 100001 | 1011111 | 1100100 | 100010 |
Color Harmonies of #48AB00
Complementary color
Monochromatic Colors of #48AB00
Black with #48AB00
Text Example
Text Example
White with #48AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AB00; }
p { color: rgb(72,171,0); }
H1.HeaderClassName
{
color: #48AB00;
}
.AnyTagClassName
{
color: #48AB00;
}
</style>
background-color css
<style>
a { background-color: #48AB00; }
a { background-color: rgb(72,171,0); }
div.DivClassName
{
background-color: #48AB00;
}
.BgClassName
{
background-color: #48AB00;
}
</style>
border-color css
<style>
span { border-color: #48AB00; }
span { border-color: rgb(72,171,0); }
td.TdClassName
{
border-color: #48AB00;
}
.TagClassName
{
border-color: #48AB00;
}
</style>