Shades of Screamin' Green #86F358
Tints of Screamin' Green #86F358
RGB
CMYK
RGB Variations
Color information
#86F358 (or 0x86F358) is known color: Screamin' Green. HEX triplet: 86, F3 and 58. RGB value is (134,243,88). Sum of RGB (Red+Green+Blue) = 134+243+88=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #86F358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F358 is #790CA7. Grayscale: #C1C1C1. Windows color (decimal): -7933096 or 5829510. OLE color: 5829510.
HSL color Cylindrical-coordinate representation of color #86F358: hue angle of 102.19º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86F358 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 88 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.05 |
| HSL | 102.19º | 0.87% | 0.65% | - |
| HSV(B) | 102.19º | 0.64% | 0.95% | - |
| XYZ | 43.64 | 69.87 | 20.42 | - |
| YUV | 192.74 | 68.89 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 88 | 0.45 | 0 | 0.64 | 0.05 | 102.19 | 0.87 | 0.65 |
| Hex | 86 | F3 | 58 | 2D | 0 | 40 | 5 | 66 | 57 | 41 |
| Octal | 206 | 363 | 130 | 55 | 0 | 100 | 5 | 146 | 127 | 101 |
| Binary | 10000110 | 11110011 | 1011000 | 101101 | 0 | 1000000 | 101 | 1100110 | 1010111 | 1000001 |
Color Harmonies of #86F358
Complementary color
Monochromatic Colors of #86F358
Black with #86F358
Text Example
Text Example
White with #86F358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F358; }
p { color: rgb(134,243,88); }
H1.HeaderClassName
{
color: #86F358;
}
.AnyTagClassName
{
color: #86F358;
}
</style>
background-color css
<style>
a { background-color: #86F358; }
a { background-color: rgb(134,243,88); }
div.DivClassName
{
background-color: #86F358;
}
.BgClassName
{
background-color: #86F358;
}
</style>
border-color css
<style>
span { border-color: #86F358; }
span { border-color: rgb(134,243,88); }
td.TdClassName
{
border-color: #86F358;
}
.TagClassName
{
border-color: #86F358;
}
</style>