Shades of Kelly Green #48BC19
Tints of Kelly Green #48BC19
RGB
CMYK
RGB Variations
Color information
#48BC19 (or 0x48BC19) is known color: Kelly Green. HEX triplet: 48, BC and 19. RGB value is (72,188,25). Sum of RGB (Red+Green+Blue) = 72+188+25=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BC19 is #B743E6. Grayscale: #878787. Windows color (decimal): -12010471 or 1686600. OLE color: 1686600.
HSL color Cylindrical-coordinate representation of color #48BC19: hue angle of 102.7º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48BC19 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 25 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.26 |
| HSL | 102.7º | 0.77% | 0.42% | - |
| HSV(B) | 102.7º | 0.87% | 0.74% | - |
| XYZ | 20.83 | 37.41 | 7.04 | - |
| YUV | 134.73 | 66.07 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 25 | 0.62 | 0 | 0.87 | 0.26 | 102.7 | 0.77 | 0.42 |
| Hex | 48 | BC | 19 | 3E | 0 | 57 | 1A | 67 | 4D | 2A |
| Octal | 110 | 274 | 31 | 76 | 0 | 127 | 32 | 147 | 115 | 52 |
| Binary | 1001000 | 10111100 | 11001 | 111110 | 0 | 1010111 | 11010 | 1100111 | 1001101 | 101010 |
Color Harmonies of #48BC19
Complementary color
Monochromatic Colors of #48BC19
Black with #48BC19
Text Example
Text Example
White with #48BC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC19; }
p { color: rgb(72,188,25); }
H1.HeaderClassName
{
color: #48BC19;
}
.AnyTagClassName
{
color: #48BC19;
}
</style>
background-color css
<style>
a { background-color: #48BC19; }
a { background-color: rgb(72,188,25); }
div.DivClassName
{
background-color: #48BC19;
}
.BgClassName
{
background-color: #48BC19;
}
</style>
border-color css
<style>
span { border-color: #48BC19; }
span { border-color: rgb(72,188,25); }
td.TdClassName
{
border-color: #48BC19;
}
.TagClassName
{
border-color: #48BC19;
}
</style>