Shades of Screamin' Green #48FE7A
Tints of Screamin' Green #48FE7A
RGB
CMYK
RGB Variations
Color information
#48FE7A (or 0x48FE7A) is known color: Screamin' Green. HEX triplet: 48, FE and 7A. RGB value is (72,254,122). Sum of RGB (Red+Green+Blue) = 72+254+122=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE7A is #B70185. Grayscale: #B8B8B8. Windows color (decimal): -11993478 or 8060488. OLE color: 8060488.
HSL color Cylindrical-coordinate representation of color #48FE7A: hue angle of 136.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FE7A is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 122 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.00 |
| HSL | 136.48º | 0.99% | 0.64% | - |
| HSV(B) | 136.48º | 0.72% | 1% | - |
| XYZ | 41.63 | 73.67 | 30.44 | - |
| YUV | 184.53 | 92.7 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 122 | 0.72 | 0 | 0.52 | 0.00 | 136.48 | 0.99 | 0.64 |
| Hex | 48 | FE | 7A | 48 | 0 | 34 | 0 | 88 | 63 | 40 |
| Octal | 110 | 376 | 172 | 110 | 0 | 64 | 0 | 210 | 143 | 100 |
| Binary | 1001000 | 11111110 | 1111010 | 1001000 | 0 | 110100 | 0 | 10001000 | 1100011 | 1000000 |
Color Harmonies of #48FE7A
Complementary color
Monochromatic Colors of #48FE7A
Black with #48FE7A
Text Example
Text Example
White with #48FE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE7A; }
p { color: rgb(72,254,122); }
H1.HeaderClassName
{
color: #48FE7A;
}
.AnyTagClassName
{
color: #48FE7A;
}
</style>
background-color css
<style>
a { background-color: #48FE7A; }
a { background-color: rgb(72,254,122); }
div.DivClassName
{
background-color: #48FE7A;
}
.BgClassName
{
background-color: #48FE7A;
}
</style>
border-color css
<style>
span { border-color: #48FE7A; }
span { border-color: rgb(72,254,122); }
td.TdClassName
{
border-color: #48FE7A;
}
.TagClassName
{
border-color: #48FE7A;
}
</style>