Shades of Light Green #86FE90
Tints of Light Green #86FE90
RGB
CMYK
RGB Variations
Color information
#86FE90 (or 0x86FE90) is known color: Light Green. HEX triplet: 86, FE and 90. RGB value is (134,254,144). Sum of RGB (Red+Green+Blue) = 134+254+144=532 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.19% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FE90 is #79016F. Grayscale: #CDCDCD. Windows color (decimal): -7930224 or 9502342. OLE color: 9502342.
HSL color Cylindrical-coordinate representation of color #86FE90: hue angle of 125º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FE90 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 144 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.00 |
| HSL | 125º | 0.98% | 0.76% | - |
| HSV(B) | 125º | 0.47% | 1% | - |
| XYZ | 50.31 | 77.97 | 38.78 | - |
| YUV | 205.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 144 | 0.47 | 0 | 0.43 | 0.00 | 125 | 0.98 | 0.76 |
| Hex | 86 | FE | 90 | 2F | 0 | 2B | 0 | 7D | 62 | 4C |
| Octal | 206 | 376 | 220 | 57 | 0 | 53 | 0 | 175 | 142 | 114 |
| Binary | 10000110 | 11111110 | 10010000 | 101111 | 0 | 101011 | 0 | 1111101 | 1100010 | 1001100 |
Color Harmonies of #86FE90
Complementary color
Monochromatic Colors of #86FE90
Black with #86FE90
Text Example
Text Example
White with #86FE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FE90; }
p { color: rgb(134,254,144); }
H1.HeaderClassName
{
color: #86FE90;
}
.AnyTagClassName
{
color: #86FE90;
}
</style>
background-color css
<style>
a { background-color: #86FE90; }
a { background-color: rgb(134,254,144); }
div.DivClassName
{
background-color: #86FE90;
}
.BgClassName
{
background-color: #86FE90;
}
</style>
border-color css
<style>
span { border-color: #86FE90; }
span { border-color: rgb(134,254,144); }
td.TdClassName
{
border-color: #86FE90;
}
.TagClassName
{
border-color: #86FE90;
}
</style>