Shades of Screamin' Green #86FB68
Tints of Screamin' Green #86FB68
RGB
CMYK
RGB Variations
Color information
#86FB68 (or 0x86FB68) is known color: Screamin' Green. HEX triplet: 86, FB and 68. RGB value is (134,251,104). Sum of RGB (Red+Green+Blue) = 134+251+104=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FB68 is #790497. Grayscale: #C7C7C7. Windows color (decimal): -7931032 or 6880134. OLE color: 6880134.
HSL color Cylindrical-coordinate representation of color #86FB68: hue angle of 107.76º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86FB68 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 104 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.02 |
| HSL | 107.76º | 0.95% | 0.7% | - |
| HSV(B) | 107.76º | 0.59% | 0.98% | - |
| XYZ | 46.83 | 75.06 | 25.12 | - |
| YUV | 199.26 | 74.24 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 104 | 0.47 | 0 | 0.59 | 0.02 | 107.76 | 0.95 | 0.7 |
| Hex | 86 | FB | 68 | 2F | 0 | 3B | 2 | 6C | 5F | 46 |
| Octal | 206 | 373 | 150 | 57 | 0 | 73 | 2 | 154 | 137 | 106 |
| Binary | 10000110 | 11111011 | 1101000 | 101111 | 0 | 111011 | 10 | 1101100 | 1011111 | 1000110 |
Color Harmonies of #86FB68
Complementary color
Monochromatic Colors of #86FB68
Black with #86FB68
Text Example
Text Example
White with #86FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB68; }
p { color: rgb(134,251,104); }
H1.HeaderClassName
{
color: #86FB68;
}
.AnyTagClassName
{
color: #86FB68;
}
</style>
background-color css
<style>
a { background-color: #86FB68; }
a { background-color: rgb(134,251,104); }
div.DivClassName
{
background-color: #86FB68;
}
.BgClassName
{
background-color: #86FB68;
}
</style>
border-color css
<style>
span { border-color: #86FB68; }
span { border-color: rgb(134,251,104); }
td.TdClassName
{
border-color: #86FB68;
}
.TagClassName
{
border-color: #86FB68;
}
</style>