Shades of Light Green #86E68C
Tints of Light Green #86E68C
RGB
CMYK
RGB Variations
Color information
#86E68C (or 0x86E68C) is known color: Light Green. HEX triplet: 86, E6 and 8C. RGB value is (134,230,140). Sum of RGB (Red+Green+Blue) = 134+230+140=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #86E68C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E68C is #791973. Grayscale: #BFBFBF. Windows color (decimal): -7936372 or 9234054. OLE color: 9234054.
HSL color Cylindrical-coordinate representation of color #86E68C: hue angle of 123.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E68C is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 140 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.10 |
| HSL | 123.75º | 0.66% | 0.71% | - |
| HSV(B) | 123.75º | 0.42% | 0.9% | - |
| XYZ | 42.86 | 63.56 | 34.82 | - |
| YUV | 191.04 | 99.2 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 140 | 0.42 | 0 | 0.39 | 0.10 | 123.75 | 0.66 | 0.71 |
| Hex | 86 | E6 | 8C | 2A | 0 | 27 | A | 7C | 42 | 47 |
| Octal | 206 | 346 | 214 | 52 | 0 | 47 | 12 | 174 | 102 | 107 |
| Binary | 10000110 | 11100110 | 10001100 | 101010 | 0 | 100111 | 1010 | 1111100 | 1000010 | 1000111 |
Color Harmonies of #86E68C
Complementary color
Monochromatic Colors of #86E68C
Black with #86E68C
Text Example
Text Example
White with #86E68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E68C; }
p { color: rgb(134,230,140); }
H1.HeaderClassName
{
color: #86E68C;
}
.AnyTagClassName
{
color: #86E68C;
}
</style>
background-color css
<style>
a { background-color: #86E68C; }
a { background-color: rgb(134,230,140); }
div.DivClassName
{
background-color: #86E68C;
}
.BgClassName
{
background-color: #86E68C;
}
</style>
border-color css
<style>
span { border-color: #86E68C; }
span { border-color: rgb(134,230,140); }
td.TdClassName
{
border-color: #86E68C;
}
.TagClassName
{
border-color: #86E68C;
}
</style>