Shades of Screamin' Green #48FF7D
Tints of Screamin' Green #48FF7D
RGB
CMYK
RGB Variations
Color information
#48FF7D (or 0x48FF7D) is known color: Screamin' Green. HEX triplet: 48, FF and 7D. RGB value is (72,255,125). Sum of RGB (Red+Green+Blue) = 72+255+125=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FF7D is #B70082. Grayscale: #B9B9B9. Windows color (decimal): -11993219 or 8257352. OLE color: 8257352.
HSL color Cylindrical-coordinate representation of color #48FF7D: hue angle of 137.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FF7D is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 125 | - |
| CMYK | 0.72 | 0 | 0.51 | 0 |
| HSL | 137.38º | 1% | 0.64% | - |
| HSV(B) | 137.38º | 0.72% | 1% | - |
| XYZ | 42.13 | 74.38 | 31.54 | - |
| YUV | 185.46 | 93.87 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 125 | 0.72 | 0 | 0.51 | 0 | 137.38 | 1 | 0.64 |
| Hex | 48 | FF | 7D | 48 | 0 | 33 | 0 | 89 | 64 | 40 |
| Octal | 110 | 377 | 175 | 110 | 0 | 63 | 0 | 211 | 144 | 100 |
| Binary | 1001000 | 11111111 | 1111101 | 1001000 | 0 | 110011 | 0 | 10001001 | 1100100 | 1000000 |
Color Harmonies of #48FF7D
Complementary color
Monochromatic Colors of #48FF7D
Black with #48FF7D
Text Example
Text Example
White with #48FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF7D; }
p { color: rgb(72,255,125); }
H1.HeaderClassName
{
color: #48FF7D;
}
.AnyTagClassName
{
color: #48FF7D;
}
</style>
background-color css
<style>
a { background-color: #48FF7D; }
a { background-color: rgb(72,255,125); }
div.DivClassName
{
background-color: #48FF7D;
}
.BgClassName
{
background-color: #48FF7D;
}
</style>
border-color css
<style>
span { border-color: #48FF7D; }
span { border-color: rgb(72,255,125); }
td.TdClassName
{
border-color: #48FF7D;
}
.TagClassName
{
border-color: #48FF7D;
}
</style>