Shades of Screamin' Green #86FA4F
Tints of Screamin' Green #86FA4F
RGB
CMYK
RGB Variations
Color information
#86FA4F (or 0x86FA4F) is known color: Screamin' Green. HEX triplet: 86, FA and 4F. RGB value is (134,250,79). Sum of RGB (Red+Green+Blue) = 134+250+79=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA4F is #7905B0. Grayscale: #C4C4C4. Windows color (decimal): -7931313 or 5241478. OLE color: 5241478.
HSL color Cylindrical-coordinate representation of color #86FA4F: hue angle of 100.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86FA4F is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 79 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.02 |
| HSL | 100.7º | 0.94% | 0.65% | - |
| HSV(B) | 100.7º | 0.68% | 0.98% | - |
| XYZ | 45.43 | 74 | 19.29 | - |
| YUV | 195.82 | 62.07 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 79 | 0.46 | 0 | 0.68 | 0.02 | 100.7 | 0.94 | 0.65 |
| Hex | 86 | FA | 4F | 2E | 0 | 44 | 2 | 65 | 5E | 41 |
| Octal | 206 | 372 | 117 | 56 | 0 | 104 | 2 | 145 | 136 | 101 |
| Binary | 10000110 | 11111010 | 1001111 | 101110 | 0 | 1000100 | 10 | 1100101 | 1011110 | 1000001 |
Color Harmonies of #86FA4F
Complementary color
Monochromatic Colors of #86FA4F
Black with #86FA4F
Text Example
Text Example
White with #86FA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA4F; }
p { color: rgb(134,250,79); }
H1.HeaderClassName
{
color: #86FA4F;
}
.AnyTagClassName
{
color: #86FA4F;
}
</style>
background-color css
<style>
a { background-color: #86FA4F; }
a { background-color: rgb(134,250,79); }
div.DivClassName
{
background-color: #86FA4F;
}
.BgClassName
{
background-color: #86FA4F;
}
</style>
border-color css
<style>
span { border-color: #86FA4F; }
span { border-color: rgb(134,250,79); }
td.TdClassName
{
border-color: #86FA4F;
}
.TagClassName
{
border-color: #86FA4F;
}
</style>