Shades of Screamin' Green #48FF77
Tints of Screamin' Green #48FF77
RGB
CMYK
RGB Variations
Color information
#48FF77 (or 0x48FF77) is known color: Screamin' Green. HEX triplet: 48, FF and 77. RGB value is (72,255,119). Sum of RGB (Red+Green+Blue) = 72+255+119=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FF77 is #B70088. Grayscale: #B9B9B9. Windows color (decimal): -11993225 or 7864136. OLE color: 7864136.
HSL color Cylindrical-coordinate representation of color #48FF77: hue angle of 135.41º 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 #48FF77 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 119 | - |
| CMYK | 0.72 | 0 | 0.53 | 0 |
| HSL | 135.41º | 1% | 0.64% | - |
| HSV(B) | 135.41º | 0.72% | 1% | - |
| XYZ | 41.76 | 74.23 | 29.58 | - |
| YUV | 184.78 | 90.87 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 119 | 0.72 | 0 | 0.53 | 0 | 135.41 | 1 | 0.64 |
| Hex | 48 | FF | 77 | 48 | 0 | 35 | 0 | 87 | 64 | 40 |
| Octal | 110 | 377 | 167 | 110 | 0 | 65 | 0 | 207 | 144 | 100 |
| Binary | 1001000 | 11111111 | 1110111 | 1001000 | 0 | 110101 | 0 | 10000111 | 1100100 | 1000000 |
Color Harmonies of #48FF77
Complementary color
Monochromatic Colors of #48FF77
Black with #48FF77
Text Example
Text Example
White with #48FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF77; }
p { color: rgb(72,255,119); }
H1.HeaderClassName
{
color: #48FF77;
}
.AnyTagClassName
{
color: #48FF77;
}
</style>
background-color css
<style>
a { background-color: #48FF77; }
a { background-color: rgb(72,255,119); }
div.DivClassName
{
background-color: #48FF77;
}
.BgClassName
{
background-color: #48FF77;
}
</style>
border-color css
<style>
span { border-color: #48FF77; }
span { border-color: rgb(72,255,119); }
td.TdClassName
{
border-color: #48FF77;
}
.TagClassName
{
border-color: #48FF77;
}
</style>