Shades of Kelly Green #48D610
Tints of Kelly Green #48D610
RGB
CMYK
RGB Variations
Color information
#48D610 (or 0x48D610) is known color: Kelly Green. HEX triplet: 48, D6 and 10. RGB value is (72,214,16). Sum of RGB (Red+Green+Blue) = 72+214+16=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 214 (83.98% from 255 or 70.86% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 214 - color contains mainly: green. Hex color #48D610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D610 is #B729EF. Grayscale: #959595. Windows color (decimal): -12003824 or 1103432. OLE color: 1103432.
HSL color Cylindrical-coordinate representation of color #48D610: hue angle of 103.03º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48D610 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 16 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.16 |
| HSL | 103.03º | 0.86% | 0.45% | - |
| HSV(B) | 103.03º | 0.93% | 0.84% | - |
| XYZ | 26.81 | 49.51 | 8.63 | - |
| YUV | 148.97 | 52.96 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 16 | 0.66 | 0 | 0.93 | 0.16 | 103.03 | 0.86 | 0.45 |
| Hex | 48 | D6 | 10 | 42 | 0 | 5D | 10 | 67 | 56 | 2D |
| Octal | 110 | 326 | 20 | 102 | 0 | 135 | 20 | 147 | 126 | 55 |
| Binary | 1001000 | 11010110 | 10000 | 1000010 | 0 | 1011101 | 10000 | 1100111 | 1010110 | 101101 |
Color Harmonies of #48D610
Complementary color
Monochromatic Colors of #48D610
Black with #48D610
Text Example
Text Example
White with #48D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D610; }
p { color: rgb(72,214,16); }
H1.HeaderClassName
{
color: #48D610;
}
.AnyTagClassName
{
color: #48D610;
}
</style>
background-color css
<style>
a { background-color: #48D610; }
a { background-color: rgb(72,214,16); }
div.DivClassName
{
background-color: #48D610;
}
.BgClassName
{
background-color: #48D610;
}
</style>
border-color css
<style>
span { border-color: #48D610; }
span { border-color: rgb(72,214,16); }
td.TdClassName
{
border-color: #48D610;
}
.TagClassName
{
border-color: #48D610;
}
</style>