Shades of Screamin' Green #48FF6B
Tints of Screamin' Green #48FF6B
RGB
CMYK
RGB Variations
Color information
#48FF6B (or 0x48FF6B) is known color: Screamin' Green. HEX triplet: 48, FF and 6B. RGB value is (72,255,107). Sum of RGB (Red+Green+Blue) = 72+255+107=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FF6B is #B70094. Grayscale: #B7B7B7. Windows color (decimal): -11993237 or 7077704. OLE color: 7077704.
HSL color Cylindrical-coordinate representation of color #48FF6B: hue angle of 131.48º 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 #48FF6B is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 107 | - |
| CMYK | 0.72 | 0 | 0.58 | 0 |
| HSL | 131.48º | 1% | 0.64% | - |
| HSV(B) | 131.48º | 0.72% | 1% | - |
| XYZ | 41.09 | 73.96 | 26.02 | - |
| YUV | 183.41 | 84.87 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 107 | 0.72 | 0 | 0.58 | 0 | 131.48 | 1 | 0.64 |
| Hex | 48 | FF | 6B | 48 | 0 | 3A | 0 | 83 | 64 | 40 |
| Octal | 110 | 377 | 153 | 110 | 0 | 72 | 0 | 203 | 144 | 100 |
| Binary | 1001000 | 11111111 | 1101011 | 1001000 | 0 | 111010 | 0 | 10000011 | 1100100 | 1000000 |
Color Harmonies of #48FF6B
Complementary color
Monochromatic Colors of #48FF6B
Black with #48FF6B
Text Example
Text Example
White with #48FF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF6B; }
p { color: rgb(72,255,107); }
H1.HeaderClassName
{
color: #48FF6B;
}
.AnyTagClassName
{
color: #48FF6B;
}
</style>
background-color css
<style>
a { background-color: #48FF6B; }
a { background-color: rgb(72,255,107); }
div.DivClassName
{
background-color: #48FF6B;
}
.BgClassName
{
background-color: #48FF6B;
}
</style>
border-color css
<style>
span { border-color: #48FF6B; }
span { border-color: rgb(72,255,107); }
td.TdClassName
{
border-color: #48FF6B;
}
.TagClassName
{
border-color: #48FF6B;
}
</style>