Shades of Screamin' Green #48E753
Tints of Screamin' Green #48E753
RGB
CMYK
RGB Variations
Color information
#48E753 (or 0x48E753) is known color: Screamin' Green. HEX triplet: 48, E7 and 53. RGB value is (72,231,83). Sum of RGB (Red+Green+Blue) = 72+231+83=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 231 (90.62% from 255 or 59.84% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 231 - color contains mainly: green. Hex color #48E753 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E753 is #B718AC. Grayscale: #A7A7A7. Windows color (decimal): -11999405 or 5498696. OLE color: 5498696.
HSL color Cylindrical-coordinate representation of color #48E753: hue angle of 124.15º 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 #48E753 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 231 | 83 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.09 |
| HSL | 124.15º | 0.77% | 0.59% | - |
| HSV(B) | 124.15º | 0.69% | 0.91% | - |
| XYZ | 32.81 | 59.15 | 17.87 | - |
| YUV | 166.59 | 80.82 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 231 | 83 | 0.69 | 0 | 0.64 | 0.09 | 124.15 | 0.77 | 0.59 |
| Hex | 48 | E7 | 53 | 45 | 0 | 40 | 9 | 7C | 4D | 3B |
| Octal | 110 | 347 | 123 | 105 | 0 | 100 | 11 | 174 | 115 | 73 |
| Binary | 1001000 | 11100111 | 1010011 | 1000101 | 0 | 1000000 | 1001 | 1111100 | 1001101 | 111011 |
Color Harmonies of #48E753
Complementary color
Monochromatic Colors of #48E753
Black with #48E753
Text Example
Text Example
White with #48E753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E753; }
p { color: rgb(72,231,83); }
H1.HeaderClassName
{
color: #48E753;
}
.AnyTagClassName
{
color: #48E753;
}
</style>
background-color css
<style>
a { background-color: #48E753; }
a { background-color: rgb(72,231,83); }
div.DivClassName
{
background-color: #48E753;
}
.BgClassName
{
background-color: #48E753;
}
</style>
border-color css
<style>
span { border-color: #48E753; }
span { border-color: rgb(72,231,83); }
td.TdClassName
{
border-color: #48E753;
}
.TagClassName
{
border-color: #48E753;
}
</style>