Shades of Light Green #85FE8F
Tints of Light Green #85FE8F
RGB
CMYK
RGB Variations
Color information
#85FE8F (or 0x85FE8F) is known color: Light Green. HEX triplet: 85, FE and 8F. RGB value is (133,254,143). Sum of RGB (Red+Green+Blue) = 133+254+143=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE8F is #7A0170. Grayscale: #CDCDCD. Windows color (decimal): -7995761 or 9436805. OLE color: 9436805.
HSL color Cylindrical-coordinate representation of color #85FE8F: hue angle of 124.96º 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 #85FE8F is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 143 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.00 |
| HSL | 124.96º | 0.98% | 0.76% | - |
| HSV(B) | 124.96º | 0.48% | 1% | - |
| XYZ | 50.07 | 77.85 | 38.37 | - |
| YUV | 205.17 | 92.91 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 143 | 0.48 | 0 | 0.44 | 0.00 | 124.96 | 0.98 | 0.76 |
| Hex | 85 | FE | 8F | 30 | 0 | 2C | 0 | 7D | 62 | 4C |
| Octal | 205 | 376 | 217 | 60 | 0 | 54 | 0 | 175 | 142 | 114 |
| Binary | 10000101 | 11111110 | 10001111 | 110000 | 0 | 101100 | 0 | 1111101 | 1100010 | 1001100 |
Color Harmonies of #85FE8F
Complementary color
Monochromatic Colors of #85FE8F
Black with #85FE8F
Text Example
Text Example
White with #85FE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE8F; }
p { color: rgb(133,254,143); }
H1.HeaderClassName
{
color: #85FE8F;
}
.AnyTagClassName
{
color: #85FE8F;
}
</style>
background-color css
<style>
a { background-color: #85FE8F; }
a { background-color: rgb(133,254,143); }
div.DivClassName
{
background-color: #85FE8F;
}
.BgClassName
{
background-color: #85FE8F;
}
</style>
border-color css
<style>
span { border-color: #85FE8F; }
span { border-color: rgb(133,254,143); }
td.TdClassName
{
border-color: #85FE8F;
}
.TagClassName
{
border-color: #85FE8F;
}
</style>