Shades of Kelly Green #48BA25
Tints of Kelly Green #48BA25
RGB
CMYK
RGB Variations
Color information
#48BA25 (or 0x48BA25) is known color: Kelly Green. HEX triplet: 48, BA and 25. RGB value is (72,186,37). Sum of RGB (Red+Green+Blue) = 72+186+37=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA25 is #B745DA. Grayscale: #878787. Windows color (decimal): -12010971 or 2472520. OLE color: 2472520.
HSL color Cylindrical-coordinate representation of color #48BA25: hue angle of 105.91º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48BA25 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 37 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.27 |
| HSL | 105.91º | 0.67% | 0.44% | - |
| HSV(B) | 105.91º | 0.8% | 0.73% | - |
| XYZ | 20.57 | 36.63 | 7.74 | - |
| YUV | 134.93 | 72.73 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 37 | 0.61 | 0 | 0.80 | 0.27 | 105.91 | 0.67 | 0.44 |
| Hex | 48 | BA | 25 | 3D | 0 | 50 | 1B | 6A | 43 | 2C |
| Octal | 110 | 272 | 45 | 75 | 0 | 120 | 33 | 152 | 103 | 54 |
| Binary | 1001000 | 10111010 | 100101 | 111101 | 0 | 1010000 | 11011 | 1101010 | 1000011 | 101100 |
Color Harmonies of #48BA25
Complementary color
Monochromatic Colors of #48BA25
Black with #48BA25
Text Example
Text Example
White with #48BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BA25; }
p { color: rgb(72,186,37); }
H1.HeaderClassName
{
color: #48BA25;
}
.AnyTagClassName
{
color: #48BA25;
}
</style>
background-color css
<style>
a { background-color: #48BA25; }
a { background-color: rgb(72,186,37); }
div.DivClassName
{
background-color: #48BA25;
}
.BgClassName
{
background-color: #48BA25;
}
</style>
border-color css
<style>
span { border-color: #48BA25; }
span { border-color: rgb(72,186,37); }
td.TdClassName
{
border-color: #48BA25;
}
.TagClassName
{
border-color: #48BA25;
}
</style>