Shades of Light Green #85FE86
Tints of Light Green #85FE86
RGB
CMYK
RGB Variations
Color information
#85FE86 (or 0x85FE86) is known color: Light Green. HEX triplet: 85, FE and 86. RGB value is (133,254,134). Sum of RGB (Red+Green+Blue) = 133+254+134=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE86 is #7A0179. Grayscale: #CCCCCC. Windows color (decimal): -7995770 or 8846981. OLE color: 8846981.
HSL color Cylindrical-coordinate representation of color #85FE86: hue angle of 120.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FE86 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 134 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.00 |
| HSL | 120.5º | 0.98% | 0.76% | - |
| HSV(B) | 120.5º | 0.48% | 1% | - |
| XYZ | 49.42 | 77.59 | 34.93 | - |
| YUV | 204.14 | 88.41 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 134 | 0.48 | 0 | 0.47 | 0.00 | 120.5 | 0.98 | 0.76 |
| Hex | 85 | FE | 86 | 30 | 0 | 2F | 0 | 78 | 62 | 4C |
| Octal | 205 | 376 | 206 | 60 | 0 | 57 | 0 | 170 | 142 | 114 |
| Binary | 10000101 | 11111110 | 10000110 | 110000 | 0 | 101111 | 0 | 1111000 | 1100010 | 1001100 |
Color Harmonies of #85FE86
Complementary color
Monochromatic Colors of #85FE86
Black with #85FE86
Text Example
Text Example
White with #85FE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE86; }
p { color: rgb(133,254,134); }
H1.HeaderClassName
{
color: #85FE86;
}
.AnyTagClassName
{
color: #85FE86;
}
</style>
background-color css
<style>
a { background-color: #85FE86; }
a { background-color: rgb(133,254,134); }
div.DivClassName
{
background-color: #85FE86;
}
.BgClassName
{
background-color: #85FE86;
}
</style>
border-color css
<style>
span { border-color: #85FE86; }
span { border-color: rgb(133,254,134); }
td.TdClassName
{
border-color: #85FE86;
}
.TagClassName
{
border-color: #85FE86;
}
</style>