Shades of Screamin' Green #86F963
Tints of Screamin' Green #86F963
RGB
CMYK
RGB Variations
Color information
#86F963 (or 0x86F963) is known color: Screamin' Green. HEX triplet: 86, F9 and 63. RGB value is (134,249,99). Sum of RGB (Red+Green+Blue) = 134+249+99=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #86F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F963 is #79069C. Grayscale: #C6C6C6. Windows color (decimal): -7931549 or 6551942. OLE color: 6551942.
HSL color Cylindrical-coordinate representation of color #86F963: hue angle of 106º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86F963 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 249 | 99 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.02 |
| HSL | 106º | 0.93% | 0.68% | - |
| HSV(B) | 106º | 0.6% | 0.98% | - |
| XYZ | 45.96 | 73.72 | 23.61 | - |
| YUV | 197.52 | 72.4 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 249 | 99 | 0.46 | 0 | 0.60 | 0.02 | 106 | 0.93 | 0.68 |
| Hex | 86 | F9 | 63 | 2E | 0 | 3C | 2 | 6A | 5D | 44 |
| Octal | 206 | 371 | 143 | 56 | 0 | 74 | 2 | 152 | 135 | 104 |
| Binary | 10000110 | 11111001 | 1100011 | 101110 | 0 | 111100 | 10 | 1101010 | 1011101 | 1000100 |
Color Harmonies of #86F963
Complementary color
Monochromatic Colors of #86F963
Black with #86F963
Text Example
Text Example
White with #86F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F963; }
p { color: rgb(134,249,99); }
H1.HeaderClassName
{
color: #86F963;
}
.AnyTagClassName
{
color: #86F963;
}
</style>
background-color css
<style>
a { background-color: #86F963; }
a { background-color: rgb(134,249,99); }
div.DivClassName
{
background-color: #86F963;
}
.BgClassName
{
background-color: #86F963;
}
</style>
border-color css
<style>
span { border-color: #86F963; }
span { border-color: rgb(134,249,99); }
td.TdClassName
{
border-color: #86F963;
}
.TagClassName
{
border-color: #86F963;
}
</style>