Shades of Screamin' Green #86F755
Tints of Screamin' Green #86F755
RGB
CMYK
RGB Variations
Color information
#86F755 (or 0x86F755) is known color: Screamin' Green. HEX triplet: 86, F7 and 55. RGB value is (134,247,85). Sum of RGB (Red+Green+Blue) = 134+247+85=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #86F755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F755 is #7908AA. Grayscale: #C3C3C3. Windows color (decimal): -7932075 or 5633926. OLE color: 5633926.
HSL color Cylindrical-coordinate representation of color #86F755: hue angle of 101.85º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86F755 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 247 | 85 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.03 |
| HSL | 101.85º | 0.91% | 0.65% | - |
| HSV(B) | 101.85º | 0.66% | 0.97% | - |
| XYZ | 44.73 | 72.25 | 20.18 | - |
| YUV | 194.75 | 66.06 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 247 | 85 | 0.46 | 0 | 0.66 | 0.03 | 101.85 | 0.91 | 0.65 |
| Hex | 86 | F7 | 55 | 2E | 0 | 42 | 3 | 66 | 5B | 41 |
| Octal | 206 | 367 | 125 | 56 | 0 | 102 | 3 | 146 | 133 | 101 |
| Binary | 10000110 | 11110111 | 1010101 | 101110 | 0 | 1000010 | 11 | 1100110 | 1011011 | 1000001 |
Color Harmonies of #86F755
Complementary color
Monochromatic Colors of #86F755
Black with #86F755
Text Example
Text Example
White with #86F755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F755; }
p { color: rgb(134,247,85); }
H1.HeaderClassName
{
color: #86F755;
}
.AnyTagClassName
{
color: #86F755;
}
</style>
background-color css
<style>
a { background-color: #86F755; }
a { background-color: rgb(134,247,85); }
div.DivClassName
{
background-color: #86F755;
}
.BgClassName
{
background-color: #86F755;
}
</style>
border-color css
<style>
span { border-color: #86F755; }
span { border-color: rgb(134,247,85); }
td.TdClassName
{
border-color: #86F755;
}
.TagClassName
{
border-color: #86F755;
}
</style>