Shades of Screamin' Green #48FE65
Tints of Screamin' Green #48FE65
RGB
CMYK
RGB Variations
Color information
#48FE65 (or 0x48FE65) is known color: Screamin' Green. HEX triplet: 48, FE and 65. RGB value is (72,254,101). Sum of RGB (Red+Green+Blue) = 72+254+101=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 254 (99.61% from 255 or 59.48% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE65 is #B7019A. Grayscale: #B6B6B6. Windows color (decimal): -11993499 or 6684232. OLE color: 6684232.
HSL color Cylindrical-coordinate representation of color #48FE65: hue angle of 129.56º 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 #48FE65 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 254 | 101 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.00 |
| HSL | 129.56º | 0.99% | 0.64% | - |
| HSV(B) | 129.56º | 0.72% | 1% | - |
| XYZ | 40.46 | 73.2 | 24.31 | - |
| YUV | 182.14 | 82.2 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 254 | 101 | 0.72 | 0 | 0.60 | 0.00 | 129.56 | 0.99 | 0.64 |
| Hex | 48 | FE | 65 | 48 | 0 | 3C | 0 | 82 | 63 | 40 |
| Octal | 110 | 376 | 145 | 110 | 0 | 74 | 0 | 202 | 143 | 100 |
| Binary | 1001000 | 11111110 | 1100101 | 1001000 | 0 | 111100 | 0 | 10000010 | 1100011 | 1000000 |
Color Harmonies of #48FE65
Complementary color
Monochromatic Colors of #48FE65
Black with #48FE65
Text Example
Text Example
White with #48FE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FE65; }
p { color: rgb(72,254,101); }
H1.HeaderClassName
{
color: #48FE65;
}
.AnyTagClassName
{
color: #48FE65;
}
</style>
background-color css
<style>
a { background-color: #48FE65; }
a { background-color: rgb(72,254,101); }
div.DivClassName
{
background-color: #48FE65;
}
.BgClassName
{
background-color: #48FE65;
}
</style>
border-color css
<style>
span { border-color: #48FE65; }
span { border-color: rgb(72,254,101); }
td.TdClassName
{
border-color: #48FE65;
}
.TagClassName
{
border-color: #48FE65;
}
</style>