Shades of Screamin' Green #48F666
Tints of Screamin' Green #48F666
RGB
CMYK
RGB Variations
Color information
#48F666 (or 0x48F666) is known color: Screamin' Green. HEX triplet: 48, F6 and 66. RGB value is (72,246,102). Sum of RGB (Red+Green+Blue) = 72+246+102=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 246 (96.48% from 255 or 58.57% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 246 - color contains mainly: green. Hex color #48F666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F666 is #B70999. Grayscale: #B1B1B1. Windows color (decimal): -11995546 or 6747720. OLE color: 6747720.
HSL color Cylindrical-coordinate representation of color #48F666: hue angle of 130.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F666 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 246 | 102 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.04 |
| HSL | 130.34º | 0.91% | 0.62% | - |
| HSV(B) | 130.34º | 0.71% | 0.96% | - |
| XYZ | 38.03 | 68.25 | 23.74 | - |
| YUV | 177.56 | 85.35 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 246 | 102 | 0.71 | 0 | 0.59 | 0.04 | 130.34 | 0.91 | 0.62 |
| Hex | 48 | F6 | 66 | 47 | 0 | 3B | 4 | 82 | 5B | 3E |
| Octal | 110 | 366 | 146 | 107 | 0 | 73 | 4 | 202 | 133 | 76 |
| Binary | 1001000 | 11110110 | 1100110 | 1000111 | 0 | 111011 | 100 | 10000010 | 1011011 | 111110 |
Color Harmonies of #48F666
Complementary color
Monochromatic Colors of #48F666
Black with #48F666
Text Example
Text Example
White with #48F666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F666; }
p { color: rgb(72,246,102); }
H1.HeaderClassName
{
color: #48F666;
}
.AnyTagClassName
{
color: #48F666;
}
</style>
background-color css
<style>
a { background-color: #48F666; }
a { background-color: rgb(72,246,102); }
div.DivClassName
{
background-color: #48F666;
}
.BgClassName
{
background-color: #48F666;
}
</style>
border-color css
<style>
span { border-color: #48F666; }
span { border-color: rgb(72,246,102); }
td.TdClassName
{
border-color: #48F666;
}
.TagClassName
{
border-color: #48F666;
}
</style>