Shades of Screamin' Green #46FF8C
Tints of Screamin' Green #46FF8C
RGB
CMYK
RGB Variations
Color information
#46FF8C (or 0x46FF8C) is known color: Screamin' Green. HEX triplet: 46, FF and 8C. RGB value is (70,255,140). Sum of RGB (Red+Green+Blue) = 70+255+140=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FF8C is #B90073. Grayscale: #BABABA. Windows color (decimal): -12124276 or 9240390. OLE color: 9240390.
HSL color Cylindrical-coordinate representation of color #46FF8C: hue angle of 142.7º 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 #46FF8C is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 140 | - |
| CMYK | 0.73 | 0 | 0.45 | 0 |
| HSL | 142.7º | 1% | 0.64% | - |
| HSV(B) | 142.7º | 0.73% | 1% | - |
| XYZ | 43.02 | 74.72 | 36.97 | - |
| YUV | 186.58 | 101.71 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 140 | 0.73 | 0 | 0.45 | 0 | 142.7 | 1 | 0.64 |
| Hex | 46 | FF | 8C | 49 | 0 | 2D | 0 | 8F | 64 | 40 |
| Octal | 106 | 377 | 214 | 111 | 0 | 55 | 0 | 217 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10001100 | 1001001 | 0 | 101101 | 0 | 10001111 | 1100100 | 1000000 |
Color Harmonies of #46FF8C
Complementary color
Monochromatic Colors of #46FF8C
Black with #46FF8C
Text Example
Text Example
White with #46FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF8C; }
p { color: rgb(70,255,140); }
H1.HeaderClassName
{
color: #46FF8C;
}
.AnyTagClassName
{
color: #46FF8C;
}
</style>
background-color css
<style>
a { background-color: #46FF8C; }
a { background-color: rgb(70,255,140); }
div.DivClassName
{
background-color: #46FF8C;
}
.BgClassName
{
background-color: #46FF8C;
}
</style>
border-color css
<style>
span { border-color: #46FF8C; }
span { border-color: rgb(70,255,140); }
td.TdClassName
{
border-color: #46FF8C;
}
.TagClassName
{
border-color: #46FF8C;
}
</style>