Shades of Light Green #86F77B
Tints of Light Green #86F77B
RGB
CMYK
RGB Variations
Color information
#86F77B (or 0x86F77B) is known color: Light Green. HEX triplet: 86, F7 and 7B. RGB value is (134,247,123). Sum of RGB (Red+Green+Blue) = 134+247+123=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #86F77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F77B is #790884. Grayscale: #C7C7C7. Windows color (decimal): -7932037 or 8124294. OLE color: 8124294.
HSL color Cylindrical-coordinate representation of color #86F77B: hue angle of 114.68º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86F77B is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 247 | 123 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.03 |
| HSL | 114.68º | 0.89% | 0.73% | - |
| HSV(B) | 114.68º | 0.5% | 0.97% | - |
| XYZ | 46.67 | 73.02 | 30.37 | - |
| YUV | 199.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 247 | 123 | 0.46 | 0 | 0.50 | 0.03 | 114.68 | 0.89 | 0.73 |
| Hex | 86 | F7 | 7B | 2E | 0 | 32 | 3 | 73 | 59 | 49 |
| Octal | 206 | 367 | 173 | 56 | 0 | 62 | 3 | 163 | 131 | 111 |
| Binary | 10000110 | 11110111 | 1111011 | 101110 | 0 | 110010 | 11 | 1110011 | 1011001 | 1001001 |
Color Harmonies of #86F77B
Complementary color
Monochromatic Colors of #86F77B
Black with #86F77B
Text Example
Text Example
White with #86F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F77B; }
p { color: rgb(134,247,123); }
H1.HeaderClassName
{
color: #86F77B;
}
.AnyTagClassName
{
color: #86F77B;
}
</style>
background-color css
<style>
a { background-color: #86F77B; }
a { background-color: rgb(134,247,123); }
div.DivClassName
{
background-color: #86F77B;
}
.BgClassName
{
background-color: #86F77B;
}
</style>
border-color css
<style>
span { border-color: #86F77B; }
span { border-color: rgb(134,247,123); }
td.TdClassName
{
border-color: #86F77B;
}
.TagClassName
{
border-color: #86F77B;
}
</style>