Shades of Screamin' Green #46FA50
Tints of Screamin' Green #46FA50
RGB
CMYK
RGB Variations
Color information
#46FA50 (or 0x46FA50) is known color: Screamin' Green. HEX triplet: 46, FA and 50. RGB value is (70,250,80). Sum of RGB (Red+Green+Blue) = 70+250+80=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #46FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46FA50 is #B905AF. Grayscale: #B1B1B1. Windows color (decimal): -12125616 or 5306950. OLE color: 5306950.
HSL color Cylindrical-coordinate representation of color #46FA50: hue angle of 123.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FA50 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 80 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.02 |
| HSL | 123.33º | 0.95% | 0.63% | - |
| HSV(B) | 123.33º | 0.72% | 0.98% | - |
| XYZ | 38.16 | 70.25 | 19.14 | - |
| YUV | 176.8 | 73.37 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 80 | 0.72 | 0 | 0.68 | 0.02 | 123.33 | 0.95 | 0.63 |
| Hex | 46 | FA | 50 | 48 | 0 | 44 | 2 | 7B | 5F | 3F |
| Octal | 106 | 372 | 120 | 110 | 0 | 104 | 2 | 173 | 137 | 77 |
| Binary | 1000110 | 11111010 | 1010000 | 1001000 | 0 | 1000100 | 10 | 1111011 | 1011111 | 111111 |
Color Harmonies of #46FA50
Complementary color
Monochromatic Colors of #46FA50
Black with #46FA50
Text Example
Text Example
White with #46FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FA50; }
p { color: rgb(70,250,80); }
H1.HeaderClassName
{
color: #46FA50;
}
.AnyTagClassName
{
color: #46FA50;
}
</style>
background-color css
<style>
a { background-color: #46FA50; }
a { background-color: rgb(70,250,80); }
div.DivClassName
{
background-color: #46FA50;
}
.BgClassName
{
background-color: #46FA50;
}
</style>
border-color css
<style>
span { border-color: #46FA50; }
span { border-color: rgb(70,250,80); }
td.TdClassName
{
border-color: #46FA50;
}
.TagClassName
{
border-color: #46FA50;
}
</style>