Shades of Light Green #86F77D
Tints of Light Green #86F77D
RGB
CMYK
RGB Variations
Color information
#86F77D (or 0x86F77D) is known color: Light Green. HEX triplet: 86, F7 and 7D. RGB value is (134,247,125). Sum of RGB (Red+Green+Blue) = 134+247+125=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #86F77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F77D is #790882. Grayscale: #C7C7C7. Windows color (decimal): -7932035 or 8255366. OLE color: 8255366.
HSL color Cylindrical-coordinate representation of color #86F77D: hue angle of 115.57º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86F77D is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 247 | 125 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.03 |
| HSL | 115.57º | 0.88% | 0.73% | - |
| HSV(B) | 115.57º | 0.49% | 0.97% | - |
| XYZ | 46.79 | 73.07 | 31.04 | - |
| YUV | 199.31 | 86.06 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 247 | 125 | 0.46 | 0 | 0.49 | 0.03 | 115.57 | 0.88 | 0.73 |
| Hex | 86 | F7 | 7D | 2E | 0 | 31 | 3 | 74 | 58 | 49 |
| Octal | 206 | 367 | 175 | 56 | 0 | 61 | 3 | 164 | 130 | 111 |
| Binary | 10000110 | 11110111 | 1111101 | 101110 | 0 | 110001 | 11 | 1110100 | 1011000 | 1001001 |
Color Harmonies of #86F77D
Complementary color
Monochromatic Colors of #86F77D
Black with #86F77D
Text Example
Text Example
White with #86F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F77D; }
p { color: rgb(134,247,125); }
H1.HeaderClassName
{
color: #86F77D;
}
.AnyTagClassName
{
color: #86F77D;
}
</style>
background-color css
<style>
a { background-color: #86F77D; }
a { background-color: rgb(134,247,125); }
div.DivClassName
{
background-color: #86F77D;
}
.BgClassName
{
background-color: #86F77D;
}
</style>
border-color css
<style>
span { border-color: #86F77D; }
span { border-color: rgb(134,247,125); }
td.TdClassName
{
border-color: #86F77D;
}
.TagClassName
{
border-color: #86F77D;
}
</style>