Shades of Kelly Green #48D905
Tints of Kelly Green #48D905
RGB
CMYK
RGB Variations
Color information
#48D905 (or 0x48D905) is known color: Kelly Green. HEX triplet: 48, D9 and 05. RGB value is (72,217,5). Sum of RGB (Red+Green+Blue) = 72+217+5=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 217 (85.16% from 255 or 73.81% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 217 - color contains mainly: green. Hex color #48D905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D905 is #B726FA. Grayscale: #969696. Windows color (decimal): -12003067 or 383304. OLE color: 383304.
HSL color Cylindrical-coordinate representation of color #48D905: hue angle of 101.04º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48D905 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 217 | 5 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.15 |
| HSL | 101.04º | 0.95% | 0.44% | - |
| HSV(B) | 101.04º | 0.98% | 0.85% | - |
| XYZ | 27.51 | 51.01 | 8.54 | - |
| YUV | 149.48 | 46.46 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 217 | 5 | 0.67 | 0 | 0.98 | 0.15 | 101.04 | 0.95 | 0.44 |
| Hex | 48 | D9 | 5 | 43 | 0 | 62 | F | 65 | 5F | 2C |
| Octal | 110 | 331 | 5 | 103 | 0 | 142 | 17 | 145 | 137 | 54 |
| Binary | 1001000 | 11011001 | 101 | 1000011 | 0 | 1100010 | 1111 | 1100101 | 1011111 | 101100 |
Color Harmonies of #48D905
Complementary color
Monochromatic Colors of #48D905
Black with #48D905
Text Example
Text Example
White with #48D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D905; }
p { color: rgb(72,217,5); }
H1.HeaderClassName
{
color: #48D905;
}
.AnyTagClassName
{
color: #48D905;
}
</style>
background-color css
<style>
a { background-color: #48D905; }
a { background-color: rgb(72,217,5); }
div.DivClassName
{
background-color: #48D905;
}
.BgClassName
{
background-color: #48D905;
}
</style>
border-color css
<style>
span { border-color: #48D905; }
span { border-color: rgb(72,217,5); }
td.TdClassName
{
border-color: #48D905;
}
.TagClassName
{
border-color: #48D905;
}
</style>