Shades of Screamin' Green #86F153
Tints of Screamin' Green #86F153
RGB
CMYK
RGB Variations
Color information
#86F153 (or 0x86F153) is known color: Screamin' Green. HEX triplet: 86, F1 and 53. RGB value is (134,241,83). Sum of RGB (Red+Green+Blue) = 134+241+83=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #86F153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F153 is #790EAC. Grayscale: #BFBFBF. Windows color (decimal): -7933613 or 5501318. OLE color: 5501318.
HSL color Cylindrical-coordinate representation of color #86F153: hue angle of 100.63º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86F153 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 83 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.05 |
| HSL | 100.63º | 0.85% | 0.64% | - |
| HSV(B) | 100.63º | 0.66% | 0.95% | - |
| XYZ | 42.85 | 68.6 | 19.17 | - |
| YUV | 191 | 67.05 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 83 | 0.44 | 0 | 0.66 | 0.05 | 100.63 | 0.85 | 0.64 |
| Hex | 86 | F1 | 53 | 2C | 0 | 42 | 5 | 65 | 55 | 40 |
| Octal | 206 | 361 | 123 | 54 | 0 | 102 | 5 | 145 | 125 | 100 |
| Binary | 10000110 | 11110001 | 1010011 | 101100 | 0 | 1000010 | 101 | 1100101 | 1010101 | 1000000 |
Color Harmonies of #86F153
Complementary color
Monochromatic Colors of #86F153
Black with #86F153
Text Example
Text Example
White with #86F153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F153; }
p { color: rgb(134,241,83); }
H1.HeaderClassName
{
color: #86F153;
}
.AnyTagClassName
{
color: #86F153;
}
</style>
background-color css
<style>
a { background-color: #86F153; }
a { background-color: rgb(134,241,83); }
div.DivClassName
{
background-color: #86F153;
}
.BgClassName
{
background-color: #86F153;
}
</style>
border-color css
<style>
span { border-color: #86F153; }
span { border-color: rgb(134,241,83); }
td.TdClassName
{
border-color: #86F153;
}
.TagClassName
{
border-color: #86F153;
}
</style>