Shades of Kelly Green #48C019
Tints of Kelly Green #48C019
RGB
CMYK
RGB Variations
Color information
#48C019 (or 0x48C019) is known color: Kelly Green. HEX triplet: 48, C0 and 19. RGB value is (72,192,25). Sum of RGB (Red+Green+Blue) = 72+192+25=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #48C019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48C019 is #B73FE6. Grayscale: #898989. Windows color (decimal): -12009447 or 1687624. OLE color: 1687624.
HSL color Cylindrical-coordinate representation of color #48C019: hue angle of 103.11º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48C019 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 25 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.25 |
| HSL | 103.11º | 0.77% | 0.43% | - |
| HSV(B) | 103.11º | 0.87% | 0.75% | - |
| XYZ | 21.7 | 39.15 | 7.33 | - |
| YUV | 137.08 | 64.74 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 25 | 0.63 | 0 | 0.87 | 0.25 | 103.11 | 0.77 | 0.43 |
| Hex | 48 | C0 | 19 | 3F | 0 | 57 | 19 | 67 | 4D | 2B |
| Octal | 110 | 300 | 31 | 77 | 0 | 127 | 31 | 147 | 115 | 53 |
| Binary | 1001000 | 11000000 | 11001 | 111111 | 0 | 1010111 | 11001 | 1100111 | 1001101 | 101011 |
Color Harmonies of #48C019
Complementary color
Monochromatic Colors of #48C019
Black with #48C019
Text Example
Text Example
White with #48C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C019; }
p { color: rgb(72,192,25); }
H1.HeaderClassName
{
color: #48C019;
}
.AnyTagClassName
{
color: #48C019;
}
</style>
background-color css
<style>
a { background-color: #48C019; }
a { background-color: rgb(72,192,25); }
div.DivClassName
{
background-color: #48C019;
}
.BgClassName
{
background-color: #48C019;
}
</style>
border-color css
<style>
span { border-color: #48C019; }
span { border-color: rgb(72,192,25); }
td.TdClassName
{
border-color: #48C019;
}
.TagClassName
{
border-color: #48C019;
}
</style>