Shades of Screamin' Green #86F356
Tints of Screamin' Green #86F356
RGB
CMYK
RGB Variations
Color information
#86F356 (or 0x86F356) is known color: Screamin' Green. HEX triplet: 86, F3 and 56. RGB value is (134,243,86). Sum of RGB (Red+Green+Blue) = 134+243+86=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #86F356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F356 is #790CA9. Grayscale: #C1C1C1. Windows color (decimal): -7933098 or 5698438. OLE color: 5698438.
HSL color Cylindrical-coordinate representation of color #86F356: hue angle of 101.66º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86F356 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 86 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.05 |
| HSL | 101.66º | 0.87% | 0.65% | - |
| HSV(B) | 101.66º | 0.65% | 0.95% | - |
| XYZ | 43.56 | 69.84 | 19.99 | - |
| YUV | 192.51 | 67.89 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 86 | 0.45 | 0 | 0.65 | 0.05 | 101.66 | 0.87 | 0.65 |
| Hex | 86 | F3 | 56 | 2D | 0 | 41 | 5 | 66 | 57 | 41 |
| Octal | 206 | 363 | 126 | 55 | 0 | 101 | 5 | 146 | 127 | 101 |
| Binary | 10000110 | 11110011 | 1010110 | 101101 | 0 | 1000001 | 101 | 1100110 | 1010111 | 1000001 |
Color Harmonies of #86F356
Complementary color
Monochromatic Colors of #86F356
Black with #86F356
Text Example
Text Example
White with #86F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F356; }
p { color: rgb(134,243,86); }
H1.HeaderClassName
{
color: #86F356;
}
.AnyTagClassName
{
color: #86F356;
}
</style>
background-color css
<style>
a { background-color: #86F356; }
a { background-color: rgb(134,243,86); }
div.DivClassName
{
background-color: #86F356;
}
.BgClassName
{
background-color: #86F356;
}
</style>
border-color css
<style>
span { border-color: #86F356; }
span { border-color: rgb(134,243,86); }
td.TdClassName
{
border-color: #86F356;
}
.TagClassName
{
border-color: #86F356;
}
</style>