Shades of Light Green #86F87B
Tints of Light Green #86F87B
RGB
CMYK
RGB Variations
Color information
#86F87B (or 0x86F87B) is known color: Light Green. HEX triplet: 86, F8 and 7B. RGB value is (134,248,123). Sum of RGB (Red+Green+Blue) = 134+248+123=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #86F87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F87B is #790784. Grayscale: #C8C8C8. Windows color (decimal): -7931781 or 8124550. OLE color: 8124550.
HSL color Cylindrical-coordinate representation of color #86F87B: hue angle of 114.72º 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 #86F87B is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 248 | 123 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.03 |
| HSL | 114.72º | 0.9% | 0.73% | - |
| HSV(B) | 114.72º | 0.5% | 0.97% | - |
| XYZ | 46.97 | 73.63 | 30.48 | - |
| YUV | 199.66 | 84.73 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 248 | 123 | 0.46 | 0 | 0.50 | 0.03 | 114.72 | 0.9 | 0.73 |
| Hex | 86 | F8 | 7B | 2E | 0 | 32 | 3 | 73 | 5A | 49 |
| Octal | 206 | 370 | 173 | 56 | 0 | 62 | 3 | 163 | 132 | 111 |
| Binary | 10000110 | 11111000 | 1111011 | 101110 | 0 | 110010 | 11 | 1110011 | 1011010 | 1001001 |
Color Harmonies of #86F87B
Complementary color
Monochromatic Colors of #86F87B
Black with #86F87B
Text Example
Text Example
White with #86F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F87B; }
p { color: rgb(134,248,123); }
H1.HeaderClassName
{
color: #86F87B;
}
.AnyTagClassName
{
color: #86F87B;
}
</style>
background-color css
<style>
a { background-color: #86F87B; }
a { background-color: rgb(134,248,123); }
div.DivClassName
{
background-color: #86F87B;
}
.BgClassName
{
background-color: #86F87B;
}
</style>
border-color css
<style>
span { border-color: #86F87B; }
span { border-color: rgb(134,248,123); }
td.TdClassName
{
border-color: #86F87B;
}
.TagClassName
{
border-color: #86F87B;
}
</style>