Shades of Screamin' Green #48FE85
Tints of Screamin' Green #48FE85
RGB
CMYK
RGB Variations
Color information
#48FE85 (or 0x48FE85) is known color: Screamin' Green. HEX triplet: 48, FE and 85. RGB value is (72,254,133). Sum of RGB (Red+Green+Blue) = 72+254+133=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FE85 is #B7017A. Grayscale: #BABABA. Windows color (decimal): -11993467 or 8781384. OLE color: 8781384.
HSL color Cylindrical-coordinate representation of color #48FE85: hue angle of 140.11º 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 #48FE85 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 133 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.00 |
| HSL | 140.11º | 0.99% | 0.64% | - |
| HSV(B) | 140.11º | 0.72% | 1% | - |
| XYZ | 42.35 | 73.95 | 34.23 | - |
| YUV | 185.79 | 98.2 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 133 | 0.72 | 0 | 0.48 | 0.00 | 140.11 | 0.99 | 0.64 |
| Hex | 48 | FE | 85 | 48 | 0 | 30 | 0 | 8C | 63 | 40 |
| Octal | 110 | 376 | 205 | 110 | 0 | 60 | 0 | 214 | 143 | 100 |
| Binary | 1001000 | 11111110 | 10000101 | 1001000 | 0 | 110000 | 0 | 10001100 | 1100011 | 1000000 |
Color Harmonies of #48FE85
Complementary color
Monochromatic Colors of #48FE85
Black with #48FE85
Text Example
Text Example
White with #48FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE85; }
p { color: rgb(72,254,133); }
H1.HeaderClassName
{
color: #48FE85;
}
.AnyTagClassName
{
color: #48FE85;
}
</style>
background-color css
<style>
a { background-color: #48FE85; }
a { background-color: rgb(72,254,133); }
div.DivClassName
{
background-color: #48FE85;
}
.BgClassName
{
background-color: #48FE85;
}
</style>
border-color css
<style>
span { border-color: #48FE85; }
span { border-color: rgb(72,254,133); }
td.TdClassName
{
border-color: #48FE85;
}
.TagClassName
{
border-color: #48FE85;
}
</style>