Shades of Screamin' Green #70FA50
Tints of Screamin' Green #70FA50
RGB
CMYK
RGB Variations
Color information
#70FA50 (or 0x70FA50) is known color: Screamin' Green. HEX triplet: 70, FA and 50. RGB value is (112,250,80). Sum of RGB (Red+Green+Blue) = 112+250+80=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 250 (98.05% from 255 or 56.56% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FA50 is #8F05AF. Grayscale: #BDBDBD. Windows color (decimal): -9373104 or 5306992. OLE color: 5306992.
HSL color Cylindrical-coordinate representation of color #70FA50: hue angle of 108.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70FA50 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 80 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.02 |
| HSL | 108.71º | 0.94% | 0.65% | - |
| HSV(B) | 108.71º | 0.68% | 0.98% | - |
| XYZ | 42.32 | 72.4 | 19.33 | - |
| YUV | 189.36 | 66.28 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 80 | 0.55 | 0 | 0.68 | 0.02 | 108.71 | 0.94 | 0.65 |
| Hex | 70 | FA | 50 | 37 | 0 | 44 | 2 | 6D | 5E | 41 |
| Octal | 160 | 372 | 120 | 67 | 0 | 104 | 2 | 155 | 136 | 101 |
| Binary | 1110000 | 11111010 | 1010000 | 110111 | 0 | 1000100 | 10 | 1101101 | 1011110 | 1000001 |
Color Harmonies of #70FA50
Complementary color
Monochromatic Colors of #70FA50
Black with #70FA50
Text Example
Text Example
White with #70FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FA50; }
p { color: rgb(112,250,80); }
H1.HeaderClassName
{
color: #70FA50;
}
.AnyTagClassName
{
color: #70FA50;
}
</style>
background-color css
<style>
a { background-color: #70FA50; }
a { background-color: rgb(112,250,80); }
div.DivClassName
{
background-color: #70FA50;
}
.BgClassName
{
background-color: #70FA50;
}
</style>
border-color css
<style>
span { border-color: #70FA50; }
span { border-color: rgb(112,250,80); }
td.TdClassName
{
border-color: #70FA50;
}
.TagClassName
{
border-color: #70FA50;
}
</style>