Shades of Screamin' Green #48FE68
Tints of Screamin' Green #48FE68
RGB
CMYK
RGB Variations
Color information
#48FE68 (or 0x48FE68) is known color: Screamin' Green. HEX triplet: 48, FE and 68. RGB value is (72,254,104). Sum of RGB (Red+Green+Blue) = 72+254+104=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE68 is #B70197. Grayscale: #B6B6B6. Windows color (decimal): -11993496 or 6880840. OLE color: 6880840.
HSL color Cylindrical-coordinate representation of color #48FE68: hue angle of 130.55º 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 #48FE68 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 104 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.00 |
| HSL | 130.55º | 0.99% | 0.64% | - |
| HSV(B) | 130.55º | 0.72% | 1% | - |
| XYZ | 40.61 | 73.26 | 25.1 | - |
| YUV | 182.48 | 83.7 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 104 | 0.72 | 0 | 0.59 | 0.00 | 130.55 | 0.99 | 0.64 |
| Hex | 48 | FE | 68 | 48 | 0 | 3B | 0 | 83 | 63 | 40 |
| Octal | 110 | 376 | 150 | 110 | 0 | 73 | 0 | 203 | 143 | 100 |
| Binary | 1001000 | 11111110 | 1101000 | 1001000 | 0 | 111011 | 0 | 10000011 | 1100011 | 1000000 |
Color Harmonies of #48FE68
Complementary color
Monochromatic Colors of #48FE68
Black with #48FE68
Text Example
Text Example
White with #48FE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE68; }
p { color: rgb(72,254,104); }
H1.HeaderClassName
{
color: #48FE68;
}
.AnyTagClassName
{
color: #48FE68;
}
</style>
background-color css
<style>
a { background-color: #48FE68; }
a { background-color: rgb(72,254,104); }
div.DivClassName
{
background-color: #48FE68;
}
.BgClassName
{
background-color: #48FE68;
}
</style>
border-color css
<style>
span { border-color: #48FE68; }
span { border-color: rgb(72,254,104); }
td.TdClassName
{
border-color: #48FE68;
}
.TagClassName
{
border-color: #48FE68;
}
</style>