Shades of Screamin' Green #84FF70
Tints of Screamin' Green #84FF70
RGB
CMYK
RGB Variations
Color information
#84FF70 (or 0x84FF70) is known color: Screamin' Green. HEX triplet: 84, FF and 70. RGB value is (132,255,112). Sum of RGB (Red+Green+Blue) = 132+255+112=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #84FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84FF70 is #7B008F. Grayscale: #CACACA. Windows color (decimal): -8061072 or 7405444. OLE color: 7405444.
HSL color Cylindrical-coordinate representation of color #84FF70: hue angle of 111.61º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84FF70 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 112 | - |
| CMYK | 0.48 | 0 | 0.56 | 0 |
| HSL | 111.61º | 1% | 0.72% | - |
| HSV(B) | 111.61º | 0.56% | 1% | - |
| XYZ | 48.2 | 77.6 | 27.77 | - |
| YUV | 201.92 | 77.25 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 112 | 0.48 | 0 | 0.56 | 0 | 111.61 | 1 | 0.72 |
| Hex | 84 | FF | 70 | 30 | 0 | 38 | 0 | 70 | 64 | 48 |
| Octal | 204 | 377 | 160 | 60 | 0 | 70 | 0 | 160 | 144 | 110 |
| Binary | 10000100 | 11111111 | 1110000 | 110000 | 0 | 111000 | 0 | 1110000 | 1100100 | 1001000 |
Color Harmonies of #84FF70
Complementary color
Monochromatic Colors of #84FF70
Black with #84FF70
Text Example
Text Example
White with #84FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FF70; }
p { color: rgb(132,255,112); }
H1.HeaderClassName
{
color: #84FF70;
}
.AnyTagClassName
{
color: #84FF70;
}
</style>
background-color css
<style>
a { background-color: #84FF70; }
a { background-color: rgb(132,255,112); }
div.DivClassName
{
background-color: #84FF70;
}
.BgClassName
{
background-color: #84FF70;
}
</style>
border-color css
<style>
span { border-color: #84FF70; }
span { border-color: rgb(132,255,112); }
td.TdClassName
{
border-color: #84FF70;
}
.TagClassName
{
border-color: #84FF70;
}
</style>