Shades of Light Green #85FE8D
Tints of Light Green #85FE8D
RGB
CMYK
RGB Variations
Color information
#85FE8D (or 0x85FE8D) is known color: Light Green. HEX triplet: 85, FE and 8D. RGB value is (133,254,141). Sum of RGB (Red+Green+Blue) = 133+254+141=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE8D is #7A0172. Grayscale: #CDCDCD. Windows color (decimal): -7995763 or 9305733. OLE color: 9305733.
HSL color Cylindrical-coordinate representation of color #85FE8D: hue angle of 123.97º 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 #85FE8D is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 141 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.00 |
| HSL | 123.97º | 0.98% | 0.76% | - |
| HSV(B) | 123.97º | 0.48% | 1% | - |
| XYZ | 49.92 | 77.79 | 37.58 | - |
| YUV | 204.94 | 91.91 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 141 | 0.48 | 0 | 0.44 | 0.00 | 123.97 | 0.98 | 0.76 |
| Hex | 85 | FE | 8D | 30 | 0 | 2C | 0 | 7C | 62 | 4C |
| Octal | 205 | 376 | 215 | 60 | 0 | 54 | 0 | 174 | 142 | 114 |
| Binary | 10000101 | 11111110 | 10001101 | 110000 | 0 | 101100 | 0 | 1111100 | 1100010 | 1001100 |
Color Harmonies of #85FE8D
Complementary color
Monochromatic Colors of #85FE8D
Black with #85FE8D
Text Example
Text Example
White with #85FE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE8D; }
p { color: rgb(133,254,141); }
H1.HeaderClassName
{
color: #85FE8D;
}
.AnyTagClassName
{
color: #85FE8D;
}
</style>
background-color css
<style>
a { background-color: #85FE8D; }
a { background-color: rgb(133,254,141); }
div.DivClassName
{
background-color: #85FE8D;
}
.BgClassName
{
background-color: #85FE8D;
}
</style>
border-color css
<style>
span { border-color: #85FE8D; }
span { border-color: rgb(133,254,141); }
td.TdClassName
{
border-color: #85FE8D;
}
.TagClassName
{
border-color: #85FE8D;
}
</style>