Shades of Screamin' Green #48FE82
Tints of Screamin' Green #48FE82
RGB
CMYK
RGB Variations
Color information
#48FE82 (or 0x48FE82) is known color: Screamin' Green. HEX triplet: 48, FE and 82. RGB value is (72,254,130). Sum of RGB (Red+Green+Blue) = 72+254+130=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FE82 is #B7017D. Grayscale: #B9B9B9. Windows color (decimal): -11993470 or 8584776. OLE color: 8584776.
HSL color Cylindrical-coordinate representation of color #48FE82: hue angle of 139.12º 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 #48FE82 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 130 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.00 |
| HSL | 139.12º | 0.99% | 0.64% | - |
| HSV(B) | 139.12º | 0.72% | 1% | - |
| XYZ | 42.14 | 73.87 | 33.16 | - |
| YUV | 185.45 | 96.7 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 130 | 0.72 | 0 | 0.49 | 0.00 | 139.12 | 0.99 | 0.64 |
| Hex | 48 | FE | 82 | 48 | 0 | 31 | 0 | 8B | 63 | 40 |
| Octal | 110 | 376 | 202 | 110 | 0 | 61 | 0 | 213 | 143 | 100 |
| Binary | 1001000 | 11111110 | 10000010 | 1001000 | 0 | 110001 | 0 | 10001011 | 1100011 | 1000000 |
Color Harmonies of #48FE82
Complementary color
Monochromatic Colors of #48FE82
Black with #48FE82
Text Example
Text Example
White with #48FE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE82; }
p { color: rgb(72,254,130); }
H1.HeaderClassName
{
color: #48FE82;
}
.AnyTagClassName
{
color: #48FE82;
}
</style>
background-color css
<style>
a { background-color: #48FE82; }
a { background-color: rgb(72,254,130); }
div.DivClassName
{
background-color: #48FE82;
}
.BgClassName
{
background-color: #48FE82;
}
</style>
border-color css
<style>
span { border-color: #48FE82; }
span { border-color: rgb(72,254,130); }
td.TdClassName
{
border-color: #48FE82;
}
.TagClassName
{
border-color: #48FE82;
}
</style>