Shades of Screamin' Green #86F768
Tints of Screamin' Green #86F768
RGB
CMYK
RGB Variations
Color information
#86F768 (or 0x86F768) is known color: Screamin' Green. HEX triplet: 86, F7 and 68. RGB value is (134,247,104). Sum of RGB (Red+Green+Blue) = 134+247+104=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #86F768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F768 is #790897. Grayscale: #C5C5C5. Windows color (decimal): -7932056 or 6879110. OLE color: 6879110.
HSL color Cylindrical-coordinate representation of color #86F768: hue angle of 107.41º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86F768 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 247 | 104 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.03 |
| HSL | 107.41º | 0.9% | 0.69% | - |
| HSV(B) | 107.41º | 0.58% | 0.97% | - |
| XYZ | 45.59 | 72.59 | 24.7 | - |
| YUV | 196.91 | 75.56 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 247 | 104 | 0.46 | 0 | 0.58 | 0.03 | 107.41 | 0.9 | 0.69 |
| Hex | 86 | F7 | 68 | 2E | 0 | 3A | 3 | 6B | 5A | 45 |
| Octal | 206 | 367 | 150 | 56 | 0 | 72 | 3 | 153 | 132 | 105 |
| Binary | 10000110 | 11110111 | 1101000 | 101110 | 0 | 111010 | 11 | 1101011 | 1011010 | 1000101 |
Color Harmonies of #86F768
Complementary color
Monochromatic Colors of #86F768
Black with #86F768
Text Example
Text Example
White with #86F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F768; }
p { color: rgb(134,247,104); }
H1.HeaderClassName
{
color: #86F768;
}
.AnyTagClassName
{
color: #86F768;
}
</style>
background-color css
<style>
a { background-color: #86F768; }
a { background-color: rgb(134,247,104); }
div.DivClassName
{
background-color: #86F768;
}
.BgClassName
{
background-color: #86F768;
}
</style>
border-color css
<style>
span { border-color: #86F768; }
span { border-color: rgb(134,247,104); }
td.TdClassName
{
border-color: #86F768;
}
.TagClassName
{
border-color: #86F768;
}
</style>