Shades of Kelly Green #48A404
Tints of Kelly Green #48A404
RGB
CMYK
RGB Variations
Color information
#48A404 (or 0x48A404) is known color: Kelly Green. HEX triplet: 48, A4 and 04. RGB value is (72,164,4). Sum of RGB (Red+Green+Blue) = 72+164+4=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 164 (64.45% from 255 or 68.33% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 164 - color contains mainly: green. Hex color #48A404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A404 is #B75BFB. Grayscale: #767676. Windows color (decimal): -12016636 or 304200. OLE color: 304200.
HSL color Cylindrical-coordinate representation of color #48A404: hue angle of 94.5º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48A404 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 164 | 4 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.36 |
| HSL | 94.5º | 0.95% | 0.33% | - |
| HSV(B) | 94.5º | 0.98% | 0.64% | - |
| XYZ | 15.97 | 27.94 | 4.67 | - |
| YUV | 118.25 | 63.52 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 164 | 4 | 0.56 | 0 | 0.98 | 0.36 | 94.5 | 0.95 | 0.33 |
| Hex | 48 | A4 | 4 | 38 | 0 | 62 | 24 | 5E | 5F | 21 |
| Octal | 110 | 244 | 4 | 70 | 0 | 142 | 44 | 136 | 137 | 41 |
| Binary | 1001000 | 10100100 | 100 | 111000 | 0 | 1100010 | 100100 | 1011110 | 1011111 | 100001 |
Color Harmonies of #48A404
Complementary color
Monochromatic Colors of #48A404
Black with #48A404
Text Example
Text Example
White with #48A404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A404; }
p { color: rgb(72,164,4); }
H1.HeaderClassName
{
color: #48A404;
}
.AnyTagClassName
{
color: #48A404;
}
</style>
background-color css
<style>
a { background-color: #48A404; }
a { background-color: rgb(72,164,4); }
div.DivClassName
{
background-color: #48A404;
}
.BgClassName
{
background-color: #48A404;
}
</style>
border-color css
<style>
span { border-color: #48A404; }
span { border-color: rgb(72,164,4); }
td.TdClassName
{
border-color: #48A404;
}
.TagClassName
{
border-color: #48A404;
}
</style>