Shades of Screamin' Green #48E756
Tints of Screamin' Green #48E756
RGB
CMYK
RGB Variations
Color information
#48E756 (or 0x48E756) is known color: Screamin' Green. HEX triplet: 48, E7 and 56. RGB value is (72,231,86). Sum of RGB (Red+Green+Blue) = 72+231+86=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 231 (90.62% from 255 or 59.38% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 231 - color contains mainly: green. Hex color #48E756 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E756 is #B718A9. Grayscale: #A7A7A7. Windows color (decimal): -11999402 or 5695304. OLE color: 5695304.
HSL color Cylindrical-coordinate representation of color #48E756: hue angle of 125.28º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E756 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 231 | 86 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.09 |
| HSL | 125.28º | 0.77% | 0.59% | - |
| HSV(B) | 125.28º | 0.69% | 0.91% | - |
| XYZ | 32.93 | 59.2 | 18.5 | - |
| YUV | 166.93 | 82.32 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 231 | 86 | 0.69 | 0 | 0.63 | 0.09 | 125.28 | 0.77 | 0.59 |
| Hex | 48 | E7 | 56 | 45 | 0 | 3F | 9 | 7D | 4D | 3B |
| Octal | 110 | 347 | 126 | 105 | 0 | 77 | 11 | 175 | 115 | 73 |
| Binary | 1001000 | 11100111 | 1010110 | 1000101 | 0 | 111111 | 1001 | 1111101 | 1001101 | 111011 |
Color Harmonies of #48E756
Complementary color
Monochromatic Colors of #48E756
Black with #48E756
Text Example
Text Example
White with #48E756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E756; }
p { color: rgb(72,231,86); }
H1.HeaderClassName
{
color: #48E756;
}
.AnyTagClassName
{
color: #48E756;
}
</style>
background-color css
<style>
a { background-color: #48E756; }
a { background-color: rgb(72,231,86); }
div.DivClassName
{
background-color: #48E756;
}
.BgClassName
{
background-color: #48E756;
}
</style>
border-color css
<style>
span { border-color: #48E756; }
span { border-color: rgb(72,231,86); }
td.TdClassName
{
border-color: #48E756;
}
.TagClassName
{
border-color: #48E756;
}
</style>