Shades of Light Green #86F87D
Tints of Light Green #86F87D
RGB
CMYK
RGB Variations
Color information
#86F87D (or 0x86F87D) is known color: Light Green. HEX triplet: 86, F8 and 7D. RGB value is (134,248,125). Sum of RGB (Red+Green+Blue) = 134+248+125=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #86F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F87D is #790782. Grayscale: #C8C8C8. Windows color (decimal): -7931779 or 8255622. OLE color: 8255622.
HSL color Cylindrical-coordinate representation of color #86F87D: hue angle of 115.61º degrees, saturation: 0.9, 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 #86F87D is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 248 | 125 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.03 |
| HSL | 115.61º | 0.9% | 0.73% | - |
| HSV(B) | 115.61º | 0.5% | 0.97% | - |
| XYZ | 47.1 | 73.68 | 31.14 | - |
| YUV | 199.89 | 85.73 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 248 | 125 | 0.46 | 0 | 0.50 | 0.03 | 115.61 | 0.9 | 0.73 |
| Hex | 86 | F8 | 7D | 2E | 0 | 32 | 3 | 74 | 5A | 49 |
| Octal | 206 | 370 | 175 | 56 | 0 | 62 | 3 | 164 | 132 | 111 |
| Binary | 10000110 | 11111000 | 1111101 | 101110 | 0 | 110010 | 11 | 1110100 | 1011010 | 1001001 |
Color Harmonies of #86F87D
Complementary color
Monochromatic Colors of #86F87D
Black with #86F87D
Text Example
Text Example
White with #86F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F87D; }
p { color: rgb(134,248,125); }
H1.HeaderClassName
{
color: #86F87D;
}
.AnyTagClassName
{
color: #86F87D;
}
</style>
background-color css
<style>
a { background-color: #86F87D; }
a { background-color: rgb(134,248,125); }
div.DivClassName
{
background-color: #86F87D;
}
.BgClassName
{
background-color: #86F87D;
}
</style>
border-color css
<style>
span { border-color: #86F87D; }
span { border-color: rgb(134,248,125); }
td.TdClassName
{
border-color: #86F87D;
}
.TagClassName
{
border-color: #86F87D;
}
</style>