Shades of Screamin' Green #48E952
Tints of Screamin' Green #48E952
RGB
CMYK
RGB Variations
Color information
#48E952 (or 0x48E952) is known color: Screamin' Green. HEX triplet: 48, E9 and 52. RGB value is (72,233,82). Sum of RGB (Red+Green+Blue) = 72+233+82=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 233 (91.41% from 255 or 60.21% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 233 - color contains mainly: green. Hex color #48E952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E952 is #B716AD. Grayscale: #A8A8A8. Windows color (decimal): -11998894 or 5433672. OLE color: 5433672.
HSL color Cylindrical-coordinate representation of color #48E952: hue angle of 123.73º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E952 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 233 | 82 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.09 |
| HSL | 123.73º | 0.79% | 0.6% | - |
| HSV(B) | 123.73º | 0.69% | 0.91% | - |
| XYZ | 33.33 | 60.26 | 17.86 | - |
| YUV | 167.65 | 79.66 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 233 | 82 | 0.69 | 0 | 0.65 | 0.09 | 123.73 | 0.79 | 0.6 |
| Hex | 48 | E9 | 52 | 45 | 0 | 41 | 9 | 7C | 4F | 3C |
| Octal | 110 | 351 | 122 | 105 | 0 | 101 | 11 | 174 | 117 | 74 |
| Binary | 1001000 | 11101001 | 1010010 | 1000101 | 0 | 1000001 | 1001 | 1111100 | 1001111 | 111100 |
Color Harmonies of #48E952
Complementary color
Monochromatic Colors of #48E952
Black with #48E952
Text Example
Text Example
White with #48E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E952; }
p { color: rgb(72,233,82); }
H1.HeaderClassName
{
color: #48E952;
}
.AnyTagClassName
{
color: #48E952;
}
</style>
background-color css
<style>
a { background-color: #48E952; }
a { background-color: rgb(72,233,82); }
div.DivClassName
{
background-color: #48E952;
}
.BgClassName
{
background-color: #48E952;
}
</style>
border-color css
<style>
span { border-color: #48E952; }
span { border-color: rgb(72,233,82); }
td.TdClassName
{
border-color: #48E952;
}
.TagClassName
{
border-color: #48E952;
}
</style>