Shades of Kelly Green #48B908
Tints of Kelly Green #48B908
RGB
CMYK
RGB Variations
Color information
#48B908 (or 0x48B908) is known color: Kelly Green. HEX triplet: 48, B9 and 08. RGB value is (72,185,8). Sum of RGB (Red+Green+Blue) = 72+185+8=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 185 (72.66% from 255 or 69.81% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 185 - color contains mainly: green. Hex color #48B908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B908 is #B746F7. Grayscale: #838383. Windows color (decimal): -12011256 or 571720. OLE color: 571720.
HSL color Cylindrical-coordinate representation of color #48B908: hue angle of 98.31º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48B908 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 185 | 8 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.27 |
| HSL | 98.31º | 0.92% | 0.38% | - |
| HSV(B) | 98.31º | 0.96% | 0.73% | - |
| XYZ | 20.07 | 36.09 | 6.14 | - |
| YUV | 131.04 | 58.56 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 185 | 8 | 0.61 | 0 | 0.96 | 0.27 | 98.31 | 0.92 | 0.38 |
| Hex | 48 | B9 | 8 | 3D | 0 | 60 | 1B | 62 | 5C | 26 |
| Octal | 110 | 271 | 10 | 75 | 0 | 140 | 33 | 142 | 134 | 46 |
| Binary | 1001000 | 10111001 | 1000 | 111101 | 0 | 1100000 | 11011 | 1100010 | 1011100 | 100110 |
Color Harmonies of #48B908
Complementary color
Monochromatic Colors of #48B908
Black with #48B908
Text Example
Text Example
White with #48B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B908; }
p { color: rgb(72,185,8); }
H1.HeaderClassName
{
color: #48B908;
}
.AnyTagClassName
{
color: #48B908;
}
</style>
background-color css
<style>
a { background-color: #48B908; }
a { background-color: rgb(72,185,8); }
div.DivClassName
{
background-color: #48B908;
}
.BgClassName
{
background-color: #48B908;
}
</style>
border-color css
<style>
span { border-color: #48B908; }
span { border-color: rgb(72,185,8); }
td.TdClassName
{
border-color: #48B908;
}
.TagClassName
{
border-color: #48B908;
}
</style>