Shades of Screamin' Green #86F254
Tints of Screamin' Green #86F254
RGB
CMYK
RGB Variations
Color information
#86F254 (or 0x86F254) is known color: Screamin' Green. HEX triplet: 86, F2 and 54. RGB value is (134,242,84). Sum of RGB (Red+Green+Blue) = 134+242+84=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #86F254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F254 is #790DAB. Grayscale: #C0C0C0. Windows color (decimal): -7933356 or 5567110. OLE color: 5567110.
HSL color Cylindrical-coordinate representation of color #86F254: hue angle of 101.01º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86F254 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 84 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.05 |
| HSL | 101.01º | 0.86% | 0.64% | - |
| HSV(B) | 101.01º | 0.65% | 0.95% | - |
| XYZ | 43.18 | 69.21 | 19.47 | - |
| YUV | 191.7 | 67.22 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 84 | 0.45 | 0 | 0.65 | 0.05 | 101.01 | 0.86 | 0.64 |
| Hex | 86 | F2 | 54 | 2D | 0 | 41 | 5 | 65 | 56 | 40 |
| Octal | 206 | 362 | 124 | 55 | 0 | 101 | 5 | 145 | 126 | 100 |
| Binary | 10000110 | 11110010 | 1010100 | 101101 | 0 | 1000001 | 101 | 1100101 | 1010110 | 1000000 |
Color Harmonies of #86F254
Complementary color
Monochromatic Colors of #86F254
Black with #86F254
Text Example
Text Example
White with #86F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F254; }
p { color: rgb(134,242,84); }
H1.HeaderClassName
{
color: #86F254;
}
.AnyTagClassName
{
color: #86F254;
}
</style>
background-color css
<style>
a { background-color: #86F254; }
a { background-color: rgb(134,242,84); }
div.DivClassName
{
background-color: #86F254;
}
.BgClassName
{
background-color: #86F254;
}
</style>
border-color css
<style>
span { border-color: #86F254; }
span { border-color: rgb(134,242,84); }
td.TdClassName
{
border-color: #86F254;
}
.TagClassName
{
border-color: #86F254;
}
</style>