Shades of Kelly Green #48B823
Tints of Kelly Green #48B823
RGB
CMYK
RGB Variations
Color information
#48B823 (or 0x48B823) is known color: Kelly Green. HEX triplet: 48, B8 and 23. RGB value is (72,184,35). Sum of RGB (Red+Green+Blue) = 72+184+35=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #48B823 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B823 is #B747DC. Grayscale: #868686. Windows color (decimal): -12011485 or 2340936. OLE color: 2340936.
HSL color Cylindrical-coordinate representation of color #48B823: hue angle of 105.1º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48B823 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 184 | 35 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.28 |
| HSL | 105.1º | 0.68% | 0.43% | - |
| HSV(B) | 105.1º | 0.81% | 0.72% | - |
| XYZ | 20.12 | 35.78 | 7.44 | - |
| YUV | 133.53 | 72.39 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 184 | 35 | 0.61 | 0 | 0.81 | 0.28 | 105.1 | 0.68 | 0.43 |
| Hex | 48 | B8 | 23 | 3D | 0 | 51 | 1C | 69 | 44 | 2B |
| Octal | 110 | 270 | 43 | 75 | 0 | 121 | 34 | 151 | 104 | 53 |
| Binary | 1001000 | 10111000 | 100011 | 111101 | 0 | 1010001 | 11100 | 1101001 | 1000100 | 101011 |
Color Harmonies of #48B823
Complementary color
Monochromatic Colors of #48B823
Black with #48B823
Text Example
Text Example
White with #48B823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B823; }
p { color: rgb(72,184,35); }
H1.HeaderClassName
{
color: #48B823;
}
.AnyTagClassName
{
color: #48B823;
}
</style>
background-color css
<style>
a { background-color: #48B823; }
a { background-color: rgb(72,184,35); }
div.DivClassName
{
background-color: #48B823;
}
.BgClassName
{
background-color: #48B823;
}
</style>
border-color css
<style>
span { border-color: #48B823; }
span { border-color: rgb(72,184,35); }
td.TdClassName
{
border-color: #48B823;
}
.TagClassName
{
border-color: #48B823;
}
</style>