Shades of Screamin' Green #48E750
Tints of Screamin' Green #48E750
RGB
CMYK
RGB Variations
Color information
#48E750 (or 0x48E750) is known color: Screamin' Green. HEX triplet: 48, E7 and 50. RGB value is (72,231,80). Sum of RGB (Red+Green+Blue) = 72+231+80=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 231 (90.62% from 255 or 60.31% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 231 - color contains mainly: green. Hex color #48E750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E750 is #B718AF. Grayscale: #A6A6A6. Windows color (decimal): -11999408 or 5302088. OLE color: 5302088.
HSL color Cylindrical-coordinate representation of color #48E750: hue angle of 123.02º 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 #48E750 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 231 | 80 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.09 |
| HSL | 123.02º | 0.77% | 0.59% | - |
| HSV(B) | 123.02º | 0.69% | 0.91% | - |
| XYZ | 32.7 | 59.11 | 17.28 | - |
| YUV | 166.25 | 79.32 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 231 | 80 | 0.69 | 0 | 0.65 | 0.09 | 123.02 | 0.77 | 0.59 |
| Hex | 48 | E7 | 50 | 45 | 0 | 41 | 9 | 7B | 4D | 3B |
| Octal | 110 | 347 | 120 | 105 | 0 | 101 | 11 | 173 | 115 | 73 |
| Binary | 1001000 | 11100111 | 1010000 | 1000101 | 0 | 1000001 | 1001 | 1111011 | 1001101 | 111011 |
Color Harmonies of #48E750
Complementary color
Monochromatic Colors of #48E750
Black with #48E750
Text Example
Text Example
White with #48E750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E750; }
p { color: rgb(72,231,80); }
H1.HeaderClassName
{
color: #48E750;
}
.AnyTagClassName
{
color: #48E750;
}
</style>
background-color css
<style>
a { background-color: #48E750; }
a { background-color: rgb(72,231,80); }
div.DivClassName
{
background-color: #48E750;
}
.BgClassName
{
background-color: #48E750;
}
</style>
border-color css
<style>
span { border-color: #48E750; }
span { border-color: rgb(72,231,80); }
td.TdClassName
{
border-color: #48E750;
}
.TagClassName
{
border-color: #48E750;
}
</style>