Shades of Light Green #85FC8F
Tints of Light Green #85FC8F
RGB
CMYK
RGB Variations
Color information
#85FC8F (or 0x85FC8F) is known color: Light Green. HEX triplet: 85, FC and 8F. RGB value is (133,252,143). Sum of RGB (Red+Green+Blue) = 133+252+143=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FC8F is #7A0370. Grayscale: #CCCCCC. Windows color (decimal): -7996273 or 9436293. OLE color: 9436293.
HSL color Cylindrical-coordinate representation of color #85FC8F: hue angle of 125.04º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FC8F is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 143 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.01 |
| HSL | 125.04º | 0.95% | 0.75% | - |
| HSV(B) | 125.04º | 0.47% | 0.99% | - |
| XYZ | 49.44 | 76.59 | 38.16 | - |
| YUV | 203.99 | 93.58 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 143 | 0.47 | 0 | 0.43 | 0.01 | 125.04 | 0.95 | 0.75 |
| Hex | 85 | FC | 8F | 2F | 0 | 2B | 1 | 7D | 5F | 4B |
| Octal | 205 | 374 | 217 | 57 | 0 | 53 | 1 | 175 | 137 | 113 |
| Binary | 10000101 | 11111100 | 10001111 | 101111 | 0 | 101011 | 1 | 1111101 | 1011111 | 1001011 |
Color Harmonies of #85FC8F
Complementary color
Monochromatic Colors of #85FC8F
Black with #85FC8F
Text Example
Text Example
White with #85FC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FC8F; }
p { color: rgb(133,252,143); }
H1.HeaderClassName
{
color: #85FC8F;
}
.AnyTagClassName
{
color: #85FC8F;
}
</style>
background-color css
<style>
a { background-color: #85FC8F; }
a { background-color: rgb(133,252,143); }
div.DivClassName
{
background-color: #85FC8F;
}
.BgClassName
{
background-color: #85FC8F;
}
</style>
border-color css
<style>
span { border-color: #85FC8F; }
span { border-color: rgb(133,252,143); }
td.TdClassName
{
border-color: #85FC8F;
}
.TagClassName
{
border-color: #85FC8F;
}
</style>