Shades of Screamin' Green #86FB4D
Tints of Screamin' Green #86FB4D
RGB
CMYK
RGB Variations
Color information
#86FB4D (or 0x86FB4D) is known color: Screamin' Green. HEX triplet: 86, FB and 4D. RGB value is (134,251,77). Sum of RGB (Red+Green+Blue) = 134+251+77=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FB4D is #7904B2. Grayscale: #C4C4C4. Windows color (decimal): -7931059 or 5110662. OLE color: 5110662.
HSL color Cylindrical-coordinate representation of color #86FB4D: hue angle of 100.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86FB4D is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 77 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.02 |
| HSL | 100.34º | 0.96% | 0.64% | - |
| HSV(B) | 100.34º | 0.69% | 0.98% | - |
| XYZ | 45.67 | 74.6 | 19.01 | - |
| YUV | 196.18 | 60.74 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 77 | 0.47 | 0 | 0.69 | 0.02 | 100.34 | 0.96 | 0.64 |
| Hex | 86 | FB | 4D | 2F | 0 | 45 | 2 | 64 | 60 | 40 |
| Octal | 206 | 373 | 115 | 57 | 0 | 105 | 2 | 144 | 140 | 100 |
| Binary | 10000110 | 11111011 | 1001101 | 101111 | 0 | 1000101 | 10 | 1100100 | 1100000 | 1000000 |
Color Harmonies of #86FB4D
Complementary color
Monochromatic Colors of #86FB4D
Black with #86FB4D
Text Example
Text Example
White with #86FB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB4D; }
p { color: rgb(134,251,77); }
H1.HeaderClassName
{
color: #86FB4D;
}
.AnyTagClassName
{
color: #86FB4D;
}
</style>
background-color css
<style>
a { background-color: #86FB4D; }
a { background-color: rgb(134,251,77); }
div.DivClassName
{
background-color: #86FB4D;
}
.BgClassName
{
background-color: #86FB4D;
}
</style>
border-color css
<style>
span { border-color: #86FB4D; }
span { border-color: rgb(134,251,77); }
td.TdClassName
{
border-color: #86FB4D;
}
.TagClassName
{
border-color: #86FB4D;
}
</style>