Shades of Kelly Green #48D613
Tints of Kelly Green #48D613
RGB
CMYK
RGB Variations
Color information
#48D613 (or 0x48D613) is known color: Kelly Green. HEX triplet: 48, D6 and 13. RGB value is (72,214,19). Sum of RGB (Red+Green+Blue) = 72+214+19=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #48D613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D613 is #B729EC. Grayscale: #959595. Windows color (decimal): -12003821 or 1300040. OLE color: 1300040.
HSL color Cylindrical-coordinate representation of color #48D613: hue angle of 103.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48D613 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 19 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.16 |
| HSL | 103.69º | 0.84% | 0.46% | - |
| HSV(B) | 103.69º | 0.91% | 0.84% | - |
| XYZ | 26.84 | 49.52 | 8.76 | - |
| YUV | 149.31 | 54.46 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 19 | 0.66 | 0 | 0.91 | 0.16 | 103.69 | 0.84 | 0.46 |
| Hex | 48 | D6 | 13 | 42 | 0 | 5B | 10 | 68 | 54 | 2E |
| Octal | 110 | 326 | 23 | 102 | 0 | 133 | 20 | 150 | 124 | 56 |
| Binary | 1001000 | 11010110 | 10011 | 1000010 | 0 | 1011011 | 10000 | 1101000 | 1010100 | 101110 |
Color Harmonies of #48D613
Complementary color
Monochromatic Colors of #48D613
Black with #48D613
Text Example
Text Example
White with #48D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D613; }
p { color: rgb(72,214,19); }
H1.HeaderClassName
{
color: #48D613;
}
.AnyTagClassName
{
color: #48D613;
}
</style>
background-color css
<style>
a { background-color: #48D613; }
a { background-color: rgb(72,214,19); }
div.DivClassName
{
background-color: #48D613;
}
.BgClassName
{
background-color: #48D613;
}
</style>
border-color css
<style>
span { border-color: #48D613; }
span { border-color: rgb(72,214,19); }
td.TdClassName
{
border-color: #48D613;
}
.TagClassName
{
border-color: #48D613;
}
</style>