Shades of Kelly Green #48D512
Tints of Kelly Green #48D512
RGB
CMYK
RGB Variations
Color information
#48D512 (or 0x48D512) is known color: Kelly Green. HEX triplet: 48, D5 and 12. RGB value is (72,213,18). Sum of RGB (Red+Green+Blue) = 72+213+18=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #48D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D512 is #B72AED. Grayscale: #959595. Windows color (decimal): -12004078 or 1234248. OLE color: 1234248.
HSL color Cylindrical-coordinate representation of color #48D512: hue angle of 103.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48D512 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 213 | 18 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.16 |
| HSL | 103.38º | 0.84% | 0.45% | - |
| HSV(B) | 103.38º | 0.92% | 0.84% | - |
| XYZ | 26.58 | 49.01 | 8.63 | - |
| YUV | 148.61 | 54.29 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 213 | 18 | 0.66 | 0 | 0.92 | 0.16 | 103.38 | 0.84 | 0.45 |
| Hex | 48 | D5 | 12 | 42 | 0 | 5C | 10 | 67 | 54 | 2D |
| Octal | 110 | 325 | 22 | 102 | 0 | 134 | 20 | 147 | 124 | 55 |
| Binary | 1001000 | 11010101 | 10010 | 1000010 | 0 | 1011100 | 10000 | 1100111 | 1010100 | 101101 |
Color Harmonies of #48D512
Complementary color
Monochromatic Colors of #48D512
Black with #48D512
Text Example
Text Example
White with #48D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D512; }
p { color: rgb(72,213,18); }
H1.HeaderClassName
{
color: #48D512;
}
.AnyTagClassName
{
color: #48D512;
}
</style>
background-color css
<style>
a { background-color: #48D512; }
a { background-color: rgb(72,213,18); }
div.DivClassName
{
background-color: #48D512;
}
.BgClassName
{
background-color: #48D512;
}
</style>
border-color css
<style>
span { border-color: #48D512; }
span { border-color: rgb(72,213,18); }
td.TdClassName
{
border-color: #48D512;
}
.TagClassName
{
border-color: #48D512;
}
</style>