Shades of Screamin' Green #86FE61
Tints of Screamin' Green #86FE61
RGB
CMYK
RGB Variations
Color information
#86FE61 (or 0x86FE61) is known color: Screamin' Green. HEX triplet: 86, FE and 61. RGB value is (134,254,97). Sum of RGB (Red+Green+Blue) = 134+254+97=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FE61 is #79019E. Grayscale: #C8C8C8. Windows color (decimal): -7930271 or 6422150. OLE color: 6422150.
HSL color Cylindrical-coordinate representation of color #86FE61: hue angle of 105.86º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86FE61 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 97 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.00 |
| HSL | 105.86º | 0.99% | 0.69% | - |
| HSV(B) | 105.86º | 0.62% | 1% | - |
| XYZ | 47.43 | 76.82 | 23.64 | - |
| YUV | 200.22 | 69.74 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 97 | 0.47 | 0 | 0.62 | 0.00 | 105.86 | 0.99 | 0.69 |
| Hex | 86 | FE | 61 | 2F | 0 | 3E | 0 | 6A | 63 | 45 |
| Octal | 206 | 376 | 141 | 57 | 0 | 76 | 0 | 152 | 143 | 105 |
| Binary | 10000110 | 11111110 | 1100001 | 101111 | 0 | 111110 | 0 | 1101010 | 1100011 | 1000101 |
Color Harmonies of #86FE61
Complementary color
Monochromatic Colors of #86FE61
Black with #86FE61
Text Example
Text Example
White with #86FE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE61; }
p { color: rgb(134,254,97); }
H1.HeaderClassName
{
color: #86FE61;
}
.AnyTagClassName
{
color: #86FE61;
}
</style>
background-color css
<style>
a { background-color: #86FE61; }
a { background-color: rgb(134,254,97); }
div.DivClassName
{
background-color: #86FE61;
}
.BgClassName
{
background-color: #86FE61;
}
</style>
border-color css
<style>
span { border-color: #86FE61; }
span { border-color: rgb(134,254,97); }
td.TdClassName
{
border-color: #86FE61;
}
.TagClassName
{
border-color: #86FE61;
}
</style>