Shades of Pastel Green #86F077
Tints of Pastel Green #86F077
RGB
CMYK
RGB Variations
Color information
#86F077 (or 0x86F077) is known color: Pastel Green. HEX triplet: 86, F0 and 77. RGB value is (134,240,119). Sum of RGB (Red+Green+Blue) = 134+240+119=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #86F077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F077 is #790F88. Grayscale: #C2C2C2. Windows color (decimal): -7933833 or 7860358. OLE color: 7860358.
HSL color Cylindrical-coordinate representation of color #86F077: hue angle of 112.56º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86F077 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 240 | 119 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.06 |
| HSL | 112.56º | 0.8% | 0.7% | - |
| HSV(B) | 112.56º | 0.5% | 0.94% | - |
| XYZ | 44.32 | 68.72 | 28.38 | - |
| YUV | 194.51 | 85.38 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 119 | 0.44 | 0 | 0.50 | 0.06 | 112.56 | 0.8 | 0.7 |
| Hex | 86 | F0 | 77 | 2C | 0 | 32 | 6 | 71 | 50 | 46 |
| Octal | 206 | 360 | 167 | 54 | 0 | 62 | 6 | 161 | 120 | 106 |
| Binary | 10000110 | 11110000 | 1110111 | 101100 | 0 | 110010 | 110 | 1110001 | 1010000 | 1000110 |
Color Harmonies of #86F077
Complementary color
Monochromatic Colors of #86F077
Black with #86F077
Text Example
Text Example
White with #86F077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F077; }
p { color: rgb(134,240,119); }
H1.HeaderClassName
{
color: #86F077;
}
.AnyTagClassName
{
color: #86F077;
}
</style>
background-color css
<style>
a { background-color: #86F077; }
a { background-color: rgb(134,240,119); }
div.DivClassName
{
background-color: #86F077;
}
.BgClassName
{
background-color: #86F077;
}
</style>
border-color css
<style>
span { border-color: #86F077; }
span { border-color: rgb(134,240,119); }
td.TdClassName
{
border-color: #86F077;
}
.TagClassName
{
border-color: #86F077;
}
</style>