Shades of Screamin' Green #86FE5F
Tints of Screamin' Green #86FE5F
RGB
CMYK
RGB Variations
Color information
#86FE5F (or 0x86FE5F) is known color: Screamin' Green. HEX triplet: 86, FE and 5F. RGB value is (134,254,95). Sum of RGB (Red+Green+Blue) = 134+254+95=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FE5F is #7901A0. Grayscale: #C8C8C8. Windows color (decimal): -7930273 or 6291078. OLE color: 6291078.
HSL color Cylindrical-coordinate representation of color #86FE5F: hue angle of 105.28º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86FE5F is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 95 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.00 |
| HSL | 105.28º | 0.99% | 0.68% | - |
| HSV(B) | 105.28º | 0.63% | 1% | - |
| XYZ | 47.34 | 76.78 | 23.15 | - |
| YUV | 199.99 | 68.74 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 95 | 0.47 | 0 | 0.63 | 0.00 | 105.28 | 0.99 | 0.68 |
| Hex | 86 | FE | 5F | 2F | 0 | 3F | 0 | 69 | 63 | 44 |
| Octal | 206 | 376 | 137 | 57 | 0 | 77 | 0 | 151 | 143 | 104 |
| Binary | 10000110 | 11111110 | 1011111 | 101111 | 0 | 111111 | 0 | 1101001 | 1100011 | 1000100 |
Color Harmonies of #86FE5F
Complementary color
Monochromatic Colors of #86FE5F
Black with #86FE5F
Text Example
Text Example
White with #86FE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE5F; }
p { color: rgb(134,254,95); }
H1.HeaderClassName
{
color: #86FE5F;
}
.AnyTagClassName
{
color: #86FE5F;
}
</style>
background-color css
<style>
a { background-color: #86FE5F; }
a { background-color: rgb(134,254,95); }
div.DivClassName
{
background-color: #86FE5F;
}
.BgClassName
{
background-color: #86FE5F;
}
</style>
border-color css
<style>
span { border-color: #86FE5F; }
span { border-color: rgb(134,254,95); }
td.TdClassName
{
border-color: #86FE5F;
}
.TagClassName
{
border-color: #86FE5F;
}
</style>