Shades of Kelly Green #48DD0D
Tints of Kelly Green #48DD0D
RGB
CMYK
RGB Variations
Color information
#48DD0D (or 0x48DD0D) is known color: Kelly Green. HEX triplet: 48, DD and 0D. RGB value is (72,221,13). Sum of RGB (Red+Green+Blue) = 72+221+13=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DD0D is #B722F2. Grayscale: #999999. Windows color (decimal): -12002035 or 908616. OLE color: 908616.
HSL color Cylindrical-coordinate representation of color #48DD0D: hue angle of 102.98º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48DD0D is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 13 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.13 |
| HSL | 102.98º | 0.89% | 0.46% | - |
| HSV(B) | 102.98º | 0.94% | 0.87% | - |
| XYZ | 28.6 | 53.12 | 9.13 | - |
| YUV | 152.74 | 49.14 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 13 | 0.67 | 0 | 0.94 | 0.13 | 102.98 | 0.89 | 0.46 |
| Hex | 48 | DD | D | 43 | 0 | 5E | D | 67 | 59 | 2E |
| Octal | 110 | 335 | 15 | 103 | 0 | 136 | 15 | 147 | 131 | 56 |
| Binary | 1001000 | 11011101 | 1101 | 1000011 | 0 | 1011110 | 1101 | 1100111 | 1011001 | 101110 |
Color Harmonies of #48DD0D
Complementary color
Monochromatic Colors of #48DD0D
Black with #48DD0D
Text Example
Text Example
White with #48DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD0D; }
p { color: rgb(72,221,13); }
H1.HeaderClassName
{
color: #48DD0D;
}
.AnyTagClassName
{
color: #48DD0D;
}
</style>
background-color css
<style>
a { background-color: #48DD0D; }
a { background-color: rgb(72,221,13); }
div.DivClassName
{
background-color: #48DD0D;
}
.BgClassName
{
background-color: #48DD0D;
}
</style>
border-color css
<style>
span { border-color: #48DD0D; }
span { border-color: rgb(72,221,13); }
td.TdClassName
{
border-color: #48DD0D;
}
.TagClassName
{
border-color: #48DD0D;
}
</style>