Shades of Screamin' Green #86FA68
Tints of Screamin' Green #86FA68
RGB
CMYK
RGB Variations
Color information
#86FA68 (or 0x86FA68) is known color: Screamin' Green. HEX triplet: 86, FA and 68. RGB value is (134,250,104). Sum of RGB (Red+Green+Blue) = 134+250+104=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA68 is #790597. Grayscale: #C7C7C7. Windows color (decimal): -7931288 or 6879878. OLE color: 6879878.
HSL color Cylindrical-coordinate representation of color #86FA68: hue angle of 107.67º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86FA68 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 104 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.02 |
| HSL | 107.67º | 0.94% | 0.69% | - |
| HSV(B) | 107.67º | 0.58% | 0.98% | - |
| XYZ | 46.52 | 74.44 | 25.01 | - |
| YUV | 198.67 | 74.57 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 104 | 0.46 | 0 | 0.58 | 0.02 | 107.67 | 0.94 | 0.69 |
| Hex | 86 | FA | 68 | 2E | 0 | 3A | 2 | 6C | 5E | 45 |
| Octal | 206 | 372 | 150 | 56 | 0 | 72 | 2 | 154 | 136 | 105 |
| Binary | 10000110 | 11111010 | 1101000 | 101110 | 0 | 111010 | 10 | 1101100 | 1011110 | 1000101 |
Color Harmonies of #86FA68
Complementary color
Monochromatic Colors of #86FA68
Black with #86FA68
Text Example
Text Example
White with #86FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA68; }
p { color: rgb(134,250,104); }
H1.HeaderClassName
{
color: #86FA68;
}
.AnyTagClassName
{
color: #86FA68;
}
</style>
background-color css
<style>
a { background-color: #86FA68; }
a { background-color: rgb(134,250,104); }
div.DivClassName
{
background-color: #86FA68;
}
.BgClassName
{
background-color: #86FA68;
}
</style>
border-color css
<style>
span { border-color: #86FA68; }
span { border-color: rgb(134,250,104); }
td.TdClassName
{
border-color: #86FA68;
}
.TagClassName
{
border-color: #86FA68;
}
</style>