Shades of Screamin' Green #70FA7B
Tints of Screamin' Green #70FA7B
RGB
CMYK
RGB Variations
Color information
#70FA7B (or 0x70FA7B) is known color: Screamin' Green. HEX triplet: 70, FA and 7B. RGB value is (112,250,123). Sum of RGB (Red+Green+Blue) = 112+250+123=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FA7B is #8F0584. Grayscale: #C2C2C2. Windows color (decimal): -9373061 or 8125040. OLE color: 8125040.
HSL color Cylindrical-coordinate representation of color #70FA7B: hue angle of 124.78º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FA7B is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 123 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.02 |
| HSL | 124.78º | 0.93% | 0.71% | - |
| HSV(B) | 124.78º | 0.55% | 0.98% | - |
| XYZ | 44.44 | 73.25 | 30.53 | - |
| YUV | 194.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 123 | 0.55 | 0 | 0.51 | 0.02 | 124.78 | 0.93 | 0.71 |
| Hex | 70 | FA | 7B | 37 | 0 | 33 | 2 | 7D | 5D | 47 |
| Octal | 160 | 372 | 173 | 67 | 0 | 63 | 2 | 175 | 135 | 107 |
| Binary | 1110000 | 11111010 | 1111011 | 110111 | 0 | 110011 | 10 | 1111101 | 1011101 | 1000111 |
Color Harmonies of #70FA7B
Complementary color
Monochromatic Colors of #70FA7B
Black with #70FA7B
Text Example
Text Example
White with #70FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FA7B; }
p { color: rgb(112,250,123); }
H1.HeaderClassName
{
color: #70FA7B;
}
.AnyTagClassName
{
color: #70FA7B;
}
</style>
background-color css
<style>
a { background-color: #70FA7B; }
a { background-color: rgb(112,250,123); }
div.DivClassName
{
background-color: #70FA7B;
}
.BgClassName
{
background-color: #70FA7B;
}
</style>
border-color css
<style>
span { border-color: #70FA7B; }
span { border-color: rgb(112,250,123); }
td.TdClassName
{
border-color: #70FA7B;
}
.TagClassName
{
border-color: #70FA7B;
}
</style>