Shades of Kelly Green #48BA04
Tints of Kelly Green #48BA04
RGB
CMYK
RGB Variations
Color information
#48BA04 (or 0x48BA04) is known color: Kelly Green. HEX triplet: 48, BA and 04. RGB value is (72,186,4). Sum of RGB (Red+Green+Blue) = 72+186+4=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BA04 is #B745FB. Grayscale: #838383. Windows color (decimal): -12011004 or 309832. OLE color: 309832.
HSL color Cylindrical-coordinate representation of color #48BA04: hue angle of 97.58º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48BA04 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 4 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.27 |
| HSL | 97.58º | 0.96% | 0.37% | - |
| HSV(B) | 97.58º | 0.98% | 0.73% | - |
| XYZ | 20.25 | 36.5 | 6.09 | - |
| YUV | 131.17 | 56.23 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 4 | 0.61 | 0 | 0.98 | 0.27 | 97.58 | 0.96 | 0.37 |
| Hex | 48 | BA | 4 | 3D | 0 | 62 | 1B | 62 | 60 | 25 |
| Octal | 110 | 272 | 4 | 75 | 0 | 142 | 33 | 142 | 140 | 45 |
| Binary | 1001000 | 10111010 | 100 | 111101 | 0 | 1100010 | 11011 | 1100010 | 1100000 | 100101 |
Color Harmonies of #48BA04
Complementary color
Monochromatic Colors of #48BA04
Black with #48BA04
Text Example
Text Example
White with #48BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BA04; }
p { color: rgb(72,186,4); }
H1.HeaderClassName
{
color: #48BA04;
}
.AnyTagClassName
{
color: #48BA04;
}
</style>
background-color css
<style>
a { background-color: #48BA04; }
a { background-color: rgb(72,186,4); }
div.DivClassName
{
background-color: #48BA04;
}
.BgClassName
{
background-color: #48BA04;
}
</style>
border-color css
<style>
span { border-color: #48BA04; }
span { border-color: rgb(72,186,4); }
td.TdClassName
{
border-color: #48BA04;
}
.TagClassName
{
border-color: #48BA04;
}
</style>