Shades of Kelly Green #48DB1E
Tints of Kelly Green #48DB1E
RGB
CMYK
RGB Variations
Color information
#48DB1E (or 0x48DB1E) is known color: Kelly Green. HEX triplet: 48, DB and 1E. RGB value is (72,219,30). Sum of RGB (Red+Green+Blue) = 72+219+30=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 219 (85.94% from 255 or 68.22% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DB1E is #B724E1. Grayscale: #9A9A9A. Windows color (decimal): -12002530 or 2022216. OLE color: 2022216.
HSL color Cylindrical-coordinate representation of color #48DB1E: hue angle of 106.67º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48DB1E is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 30 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.14 |
| HSL | 106.67º | 0.76% | 0.49% | - |
| HSV(B) | 106.67º | 0.86% | 0.86% | - |
| XYZ | 28.24 | 52.13 | 9.8 | - |
| YUV | 153.5 | 58.3 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 30 | 0.67 | 0 | 0.86 | 0.14 | 106.67 | 0.76 | 0.49 |
| Hex | 48 | DB | 1E | 43 | 0 | 56 | E | 6B | 4C | 31 |
| Octal | 110 | 333 | 36 | 103 | 0 | 126 | 16 | 153 | 114 | 61 |
| Binary | 1001000 | 11011011 | 11110 | 1000011 | 0 | 1010110 | 1110 | 1101011 | 1001100 | 110001 |
Color Harmonies of #48DB1E
Complementary color
Monochromatic Colors of #48DB1E
Black with #48DB1E
Text Example
Text Example
White with #48DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DB1E; }
p { color: rgb(72,219,30); }
H1.HeaderClassName
{
color: #48DB1E;
}
.AnyTagClassName
{
color: #48DB1E;
}
</style>
background-color css
<style>
a { background-color: #48DB1E; }
a { background-color: rgb(72,219,30); }
div.DivClassName
{
background-color: #48DB1E;
}
.BgClassName
{
background-color: #48DB1E;
}
</style>
border-color css
<style>
span { border-color: #48DB1E; }
span { border-color: rgb(72,219,30); }
td.TdClassName
{
border-color: #48DB1E;
}
.TagClassName
{
border-color: #48DB1E;
}
</style>