Shades of Screamin' Green #70FA82
Tints of Screamin' Green #70FA82
RGB
CMYK
RGB Variations
Color information
#70FA82 (or 0x70FA82) is known color: Screamin' Green. HEX triplet: 70, FA and 82. RGB value is (112,250,130). Sum of RGB (Red+Green+Blue) = 112+250+130=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA82 is #8F057D. Grayscale: #C3C3C3. Windows color (decimal): -9373054 or 8583792. OLE color: 8583792.
HSL color Cylindrical-coordinate representation of color #70FA82: hue angle of 127.83º 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 #70FA82 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 130 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.02 |
| HSL | 127.83º | 0.93% | 0.71% | - |
| HSV(B) | 127.83º | 0.55% | 0.98% | - |
| XYZ | 44.9 | 73.43 | 32.93 | - |
| YUV | 195.06 | 91.28 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 130 | 0.55 | 0 | 0.48 | 0.02 | 127.83 | 0.93 | 0.71 |
| Hex | 70 | FA | 82 | 37 | 0 | 30 | 2 | 80 | 5D | 47 |
| Octal | 160 | 372 | 202 | 67 | 0 | 60 | 2 | 200 | 135 | 107 |
| Binary | 1110000 | 11111010 | 10000010 | 110111 | 0 | 110000 | 10 | 10000000 | 1011101 | 1000111 |
Color Harmonies of #70FA82
Complementary color
Monochromatic Colors of #70FA82
Black with #70FA82
Text Example
Text Example
White with #70FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FA82; }
p { color: rgb(112,250,130); }
H1.HeaderClassName
{
color: #70FA82;
}
.AnyTagClassName
{
color: #70FA82;
}
</style>
background-color css
<style>
a { background-color: #70FA82; }
a { background-color: rgb(112,250,130); }
div.DivClassName
{
background-color: #70FA82;
}
.BgClassName
{
background-color: #70FA82;
}
</style>
border-color css
<style>
span { border-color: #70FA82; }
span { border-color: rgb(112,250,130); }
td.TdClassName
{
border-color: #70FA82;
}
.TagClassName
{
border-color: #70FA82;
}
</style>