Shades of Screamin' Green #48FE6F
Tints of Screamin' Green #48FE6F
RGB
CMYK
RGB Variations
Color information
#48FE6F (or 0x48FE6F) is known color: Screamin' Green. HEX triplet: 48, FE and 6F. RGB value is (72,254,111). Sum of RGB (Red+Green+Blue) = 72+254+111=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE6F is #B70190. Grayscale: #B7B7B7. Windows color (decimal): -11993489 or 7339592. OLE color: 7339592.
HSL color Cylindrical-coordinate representation of color #48FE6F: hue angle of 132.86º 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 #48FE6F is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 111 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.00 |
| HSL | 132.86º | 0.99% | 0.64% | - |
| HSV(B) | 132.86º | 0.72% | 1% | - |
| XYZ | 40.98 | 73.41 | 27.05 | - |
| YUV | 183.28 | 87.2 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 111 | 0.72 | 0 | 0.56 | 0.00 | 132.86 | 0.99 | 0.64 |
| Hex | 48 | FE | 6F | 48 | 0 | 38 | 0 | 85 | 63 | 40 |
| Octal | 110 | 376 | 157 | 110 | 0 | 70 | 0 | 205 | 143 | 100 |
| Binary | 1001000 | 11111110 | 1101111 | 1001000 | 0 | 111000 | 0 | 10000101 | 1100011 | 1000000 |
Color Harmonies of #48FE6F
Complementary color
Monochromatic Colors of #48FE6F
Black with #48FE6F
Text Example
Text Example
White with #48FE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE6F; }
p { color: rgb(72,254,111); }
H1.HeaderClassName
{
color: #48FE6F;
}
.AnyTagClassName
{
color: #48FE6F;
}
</style>
background-color css
<style>
a { background-color: #48FE6F; }
a { background-color: rgb(72,254,111); }
div.DivClassName
{
background-color: #48FE6F;
}
.BgClassName
{
background-color: #48FE6F;
}
</style>
border-color css
<style>
span { border-color: #48FE6F; }
span { border-color: rgb(72,254,111); }
td.TdClassName
{
border-color: #48FE6F;
}
.TagClassName
{
border-color: #48FE6F;
}
</style>