Shades of Kelly Green #48BC25
Tints of Kelly Green #48BC25
RGB
CMYK
RGB Variations
Color information
#48BC25 (or 0x48BC25) is known color: Kelly Green. HEX triplet: 48, BC and 25. RGB value is (72,188,37). Sum of RGB (Red+Green+Blue) = 72+188+37=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC25 is #B743DA. Grayscale: #888888. Windows color (decimal): -12010459 or 2473032. OLE color: 2473032.
HSL color Cylindrical-coordinate representation of color #48BC25: hue angle of 106.09º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48BC25 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 37 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.26 |
| HSL | 106.09º | 0.67% | 0.44% | - |
| HSV(B) | 106.09º | 0.8% | 0.74% | - |
| XYZ | 20.99 | 37.48 | 7.88 | - |
| YUV | 136.1 | 72.07 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 37 | 0.62 | 0 | 0.80 | 0.26 | 106.09 | 0.67 | 0.44 |
| Hex | 48 | BC | 25 | 3E | 0 | 50 | 1A | 6A | 43 | 2C |
| Octal | 110 | 274 | 45 | 76 | 0 | 120 | 32 | 152 | 103 | 54 |
| Binary | 1001000 | 10111100 | 100101 | 111110 | 0 | 1010000 | 11010 | 1101010 | 1000011 | 101100 |
Color Harmonies of #48BC25
Complementary color
Monochromatic Colors of #48BC25
Black with #48BC25
Text Example
Text Example
White with #48BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC25; }
p { color: rgb(72,188,37); }
H1.HeaderClassName
{
color: #48BC25;
}
.AnyTagClassName
{
color: #48BC25;
}
</style>
background-color css
<style>
a { background-color: #48BC25; }
a { background-color: rgb(72,188,37); }
div.DivClassName
{
background-color: #48BC25;
}
.BgClassName
{
background-color: #48BC25;
}
</style>
border-color css
<style>
span { border-color: #48BC25; }
span { border-color: rgb(72,188,37); }
td.TdClassName
{
border-color: #48BC25;
}
.TagClassName
{
border-color: #48BC25;
}
</style>