Shades of Kelly Green #48D80E
Tints of Kelly Green #48D80E
RGB
CMYK
RGB Variations
Color information
#48D80E (or 0x48D80E) is known color: Kelly Green. HEX triplet: 48, D8 and 0E. RGB value is (72,216,14). Sum of RGB (Red+Green+Blue) = 72+216+14=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 216 (84.77% from 255 or 71.52% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 216 - color contains mainly: green. Hex color #48D80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D80E is #B727F1. Grayscale: #969696. Windows color (decimal): -12003314 or 972872. OLE color: 972872.
HSL color Cylindrical-coordinate representation of color #48D80E: hue angle of 102.77º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48D80E is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 14 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.15 |
| HSL | 102.77º | 0.88% | 0.45% | - |
| HSV(B) | 102.77º | 0.94% | 0.85% | - |
| XYZ | 27.31 | 50.52 | 8.73 | - |
| YUV | 149.92 | 51.29 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 14 | 0.67 | 0 | 0.94 | 0.15 | 102.77 | 0.88 | 0.45 |
| Hex | 48 | D8 | E | 43 | 0 | 5E | F | 67 | 58 | 2D |
| Octal | 110 | 330 | 16 | 103 | 0 | 136 | 17 | 147 | 130 | 55 |
| Binary | 1001000 | 11011000 | 1110 | 1000011 | 0 | 1011110 | 1111 | 1100111 | 1011000 | 101101 |
Color Harmonies of #48D80E
Complementary color
Monochromatic Colors of #48D80E
Black with #48D80E
Text Example
Text Example
White with #48D80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D80E; }
p { color: rgb(72,216,14); }
H1.HeaderClassName
{
color: #48D80E;
}
.AnyTagClassName
{
color: #48D80E;
}
</style>
background-color css
<style>
a { background-color: #48D80E; }
a { background-color: rgb(72,216,14); }
div.DivClassName
{
background-color: #48D80E;
}
.BgClassName
{
background-color: #48D80E;
}
</style>
border-color css
<style>
span { border-color: #48D80E; }
span { border-color: rgb(72,216,14); }
td.TdClassName
{
border-color: #48D80E;
}
.TagClassName
{
border-color: #48D80E;
}
</style>