Shades of Kelly Green #48BD00
Tints of Kelly Green #48BD00
RGB
CMYK
RGB Variations
Color information
#48BD00 (or 0x48BD00) is known color: Kelly Green. HEX triplet: 48, BD and 00. RGB value is (72,189,0). Sum of RGB (Red+Green+Blue) = 72+189+0=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BD00 is #B742FF. Grayscale: #858585. Windows color (decimal): -12010240 or 48456. OLE color: 48456.
HSL color Cylindrical-coordinate representation of color #48BD00: hue angle of 97.14º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48BD00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0.26 |
| HSL | 97.14º | 1% | 0.37% | - |
| HSV(B) | 97.14º | 1% | 0.74% | - |
| XYZ | 20.87 | 37.77 | 6.19 | - |
| YUV | 132.47 | 53.24 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 0 | 0.62 | 0 | 1 | 0.26 | 97.14 | 1 | 0.37 |
| Hex | 48 | BD | 0 | 3E | 0 | 64 | 1A | 61 | 64 | 25 |
| Octal | 110 | 275 | 0 | 76 | 0 | 144 | 32 | 141 | 144 | 45 |
| Binary | 1001000 | 10111101 | 0 | 111110 | 0 | 1100100 | 11010 | 1100001 | 1100100 | 100101 |
Color Harmonies of #48BD00
Complementary color
Monochromatic Colors of #48BD00
Black with #48BD00
Text Example
Text Example
White with #48BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BD00; }
p { color: rgb(72,189,0); }
H1.HeaderClassName
{
color: #48BD00;
}
.AnyTagClassName
{
color: #48BD00;
}
</style>
background-color css
<style>
a { background-color: #48BD00; }
a { background-color: rgb(72,189,0); }
div.DivClassName
{
background-color: #48BD00;
}
.BgClassName
{
background-color: #48BD00;
}
</style>
border-color css
<style>
span { border-color: #48BD00; }
span { border-color: rgb(72,189,0); }
td.TdClassName
{
border-color: #48BD00;
}
.TagClassName
{
border-color: #48BD00;
}
</style>