Shades of Screamin' Green #48FF6C
Tints of Screamin' Green #48FF6C
RGB
CMYK
RGB Variations
Color information
#48FF6C (or 0x48FF6C) is known color: Screamin' Green. HEX triplet: 48, FF and 6C. RGB value is (72,255,108). Sum of RGB (Red+Green+Blue) = 72+255+108=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FF6C is #B70093. Grayscale: #B7B7B7. Windows color (decimal): -11993236 or 7143240. OLE color: 7143240.
HSL color Cylindrical-coordinate representation of color #48FF6C: hue angle of 131.8º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FF6C is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 108 | - |
| CMYK | 0.72 | 0 | 0.58 | 0 |
| HSL | 131.8º | 1% | 0.64% | - |
| HSV(B) | 131.8º | 0.72% | 1% | - |
| XYZ | 41.14 | 73.98 | 26.3 | - |
| YUV | 183.53 | 85.37 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 108 | 0.72 | 0 | 0.58 | 0 | 131.8 | 1 | 0.64 |
| Hex | 48 | FF | 6C | 48 | 0 | 3A | 0 | 84 | 64 | 40 |
| Octal | 110 | 377 | 154 | 110 | 0 | 72 | 0 | 204 | 144 | 100 |
| Binary | 1001000 | 11111111 | 1101100 | 1001000 | 0 | 111010 | 0 | 10000100 | 1100100 | 1000000 |
Color Harmonies of #48FF6C
Complementary color
Monochromatic Colors of #48FF6C
Black with #48FF6C
Text Example
Text Example
White with #48FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF6C; }
p { color: rgb(72,255,108); }
H1.HeaderClassName
{
color: #48FF6C;
}
.AnyTagClassName
{
color: #48FF6C;
}
</style>
background-color css
<style>
a { background-color: #48FF6C; }
a { background-color: rgb(72,255,108); }
div.DivClassName
{
background-color: #48FF6C;
}
.BgClassName
{
background-color: #48FF6C;
}
</style>
border-color css
<style>
span { border-color: #48FF6C; }
span { border-color: rgb(72,255,108); }
td.TdClassName
{
border-color: #48FF6C;
}
.TagClassName
{
border-color: #48FF6C;
}
</style>