Shades of Screamin' Green #86FF71
Tints of Screamin' Green #86FF71
RGB
CMYK
RGB Variations
Color information
#86FF71 (or 0x86FF71) is known color: Screamin' Green. HEX triplet: 86, FF and 71. RGB value is (134,255,113). Sum of RGB (Red+Green+Blue) = 134+255+113=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FF71 is #79008E. Grayscale: #CBCBCB. Windows color (decimal): -7929999 or 7470982. OLE color: 7470982.
HSL color Cylindrical-coordinate representation of color #86FF71: hue angle of 111.13º 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 #86FF71 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 255 | 113 | - |
| CMYK | 0.47 | 0 | 0.56 | 0 |
| HSL | 111.13º | 1% | 0.72% | - |
| HSV(B) | 111.13º | 0.56% | 1% | - |
| XYZ | 48.57 | 77.78 | 28.08 | - |
| YUV | 202.63 | 77.41 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 255 | 113 | 0.47 | 0 | 0.56 | 0 | 111.13 | 1 | 0.72 |
| Hex | 86 | FF | 71 | 2F | 0 | 38 | 0 | 6F | 64 | 48 |
| Octal | 206 | 377 | 161 | 57 | 0 | 70 | 0 | 157 | 144 | 110 |
| Binary | 10000110 | 11111111 | 1110001 | 101111 | 0 | 111000 | 0 | 1101111 | 1100100 | 1001000 |
Color Harmonies of #86FF71
Complementary color
Monochromatic Colors of #86FF71
Black with #86FF71
Text Example
Text Example
White with #86FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FF71; }
p { color: rgb(134,255,113); }
H1.HeaderClassName
{
color: #86FF71;
}
.AnyTagClassName
{
color: #86FF71;
}
</style>
background-color css
<style>
a { background-color: #86FF71; }
a { background-color: rgb(134,255,113); }
div.DivClassName
{
background-color: #86FF71;
}
.BgClassName
{
background-color: #86FF71;
}
</style>
border-color css
<style>
span { border-color: #86FF71; }
span { border-color: rgb(134,255,113); }
td.TdClassName
{
border-color: #86FF71;
}
.TagClassName
{
border-color: #86FF71;
}
</style>