Shades of Screamin' Green #48FF7B
Tints of Screamin' Green #48FF7B
RGB
CMYK
RGB Variations
Color information
#48FF7B (or 0x48FF7B) is known color: Screamin' Green. HEX triplet: 48, FF and 7B. RGB value is (72,255,123). Sum of RGB (Red+Green+Blue) = 72+255+123=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FF7B is #B70084. Grayscale: #B9B9B9. Windows color (decimal): -11993221 or 8126280. OLE color: 8126280.
HSL color Cylindrical-coordinate representation of color #48FF7B: hue angle of 136.72º 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 #48FF7B is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 123 | - |
| CMYK | 0.72 | 0 | 0.52 | 0 |
| HSL | 136.72º | 1% | 0.64% | - |
| HSV(B) | 136.72º | 0.72% | 1% | - |
| XYZ | 42.01 | 74.33 | 30.87 | - |
| YUV | 185.24 | 92.87 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 123 | 0.72 | 0 | 0.52 | 0 | 136.72 | 1 | 0.64 |
| Hex | 48 | FF | 7B | 48 | 0 | 34 | 0 | 89 | 64 | 40 |
| Octal | 110 | 377 | 173 | 110 | 0 | 64 | 0 | 211 | 144 | 100 |
| Binary | 1001000 | 11111111 | 1111011 | 1001000 | 0 | 110100 | 0 | 10001001 | 1100100 | 1000000 |
Color Harmonies of #48FF7B
Complementary color
Monochromatic Colors of #48FF7B
Black with #48FF7B
Text Example
Text Example
White with #48FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF7B; }
p { color: rgb(72,255,123); }
H1.HeaderClassName
{
color: #48FF7B;
}
.AnyTagClassName
{
color: #48FF7B;
}
</style>
background-color css
<style>
a { background-color: #48FF7B; }
a { background-color: rgb(72,255,123); }
div.DivClassName
{
background-color: #48FF7B;
}
.BgClassName
{
background-color: #48FF7B;
}
</style>
border-color css
<style>
span { border-color: #48FF7B; }
span { border-color: rgb(72,255,123); }
td.TdClassName
{
border-color: #48FF7B;
}
.TagClassName
{
border-color: #48FF7B;
}
</style>