Shades of Screamin' Green #46FF8B
Tints of Screamin' Green #46FF8B
RGB
CMYK
RGB Variations
Color information
#46FF8B (or 0x46FF8B) is known color: Screamin' Green. HEX triplet: 46, FF and 8B. RGB value is (70,255,139). Sum of RGB (Red+Green+Blue) = 70+255+139=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FF8B is #B90074. Grayscale: #BABABA. Windows color (decimal): -12124277 or 9174854. OLE color: 9174854.
HSL color Cylindrical-coordinate representation of color #46FF8B: hue angle of 142.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FF8B is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 139 | - |
| CMYK | 0.73 | 0 | 0.45 | 0 |
| HSL | 142.38º | 1% | 0.64% | - |
| HSV(B) | 142.38º | 0.73% | 1% | - |
| XYZ | 42.95 | 74.69 | 36.58 | - |
| YUV | 186.46 | 101.21 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 139 | 0.73 | 0 | 0.45 | 0 | 142.38 | 1 | 0.64 |
| Hex | 46 | FF | 8B | 49 | 0 | 2D | 0 | 8E | 64 | 40 |
| Octal | 106 | 377 | 213 | 111 | 0 | 55 | 0 | 216 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10001011 | 1001001 | 0 | 101101 | 0 | 10001110 | 1100100 | 1000000 |
Color Harmonies of #46FF8B
Complementary color
Monochromatic Colors of #46FF8B
Black with #46FF8B
Text Example
Text Example
White with #46FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF8B; }
p { color: rgb(70,255,139); }
H1.HeaderClassName
{
color: #46FF8B;
}
.AnyTagClassName
{
color: #46FF8B;
}
</style>
background-color css
<style>
a { background-color: #46FF8B; }
a { background-color: rgb(70,255,139); }
div.DivClassName
{
background-color: #46FF8B;
}
.BgClassName
{
background-color: #46FF8B;
}
</style>
border-color css
<style>
span { border-color: #46FF8B; }
span { border-color: rgb(70,255,139); }
td.TdClassName
{
border-color: #46FF8B;
}
.TagClassName
{
border-color: #46FF8B;
}
</style>