Shades of Light Green #85FD8D
Tints of Light Green #85FD8D
RGB
CMYK
RGB Variations
Color information
#85FD8D (or 0x85FD8D) is known color: Light Green. HEX triplet: 85, FD and 8D. RGB value is (133,253,141). Sum of RGB (Red+Green+Blue) = 133+253+141=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FD8D is #7A0272. Grayscale: #CCCCCC. Windows color (decimal): -7996019 or 9305477. OLE color: 9305477.
HSL color Cylindrical-coordinate representation of color #85FD8D: hue angle of 124º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FD8D is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 141 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.01 |
| HSL | 124º | 0.97% | 0.76% | - |
| HSV(B) | 124º | 0.47% | 0.99% | - |
| XYZ | 49.61 | 77.16 | 37.48 | - |
| YUV | 204.35 | 92.24 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 141 | 0.47 | 0 | 0.44 | 0.01 | 124 | 0.97 | 0.76 |
| Hex | 85 | FD | 8D | 2F | 0 | 2C | 1 | 7C | 61 | 4C |
| Octal | 205 | 375 | 215 | 57 | 0 | 54 | 1 | 174 | 141 | 114 |
| Binary | 10000101 | 11111101 | 10001101 | 101111 | 0 | 101100 | 1 | 1111100 | 1100001 | 1001100 |
Color Harmonies of #85FD8D
Complementary color
Monochromatic Colors of #85FD8D
Black with #85FD8D
Text Example
Text Example
White with #85FD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FD8D; }
p { color: rgb(133,253,141); }
H1.HeaderClassName
{
color: #85FD8D;
}
.AnyTagClassName
{
color: #85FD8D;
}
</style>
background-color css
<style>
a { background-color: #85FD8D; }
a { background-color: rgb(133,253,141); }
div.DivClassName
{
background-color: #85FD8D;
}
.BgClassName
{
background-color: #85FD8D;
}
</style>
border-color css
<style>
span { border-color: #85FD8D; }
span { border-color: rgb(133,253,141); }
td.TdClassName
{
border-color: #85FD8D;
}
.TagClassName
{
border-color: #85FD8D;
}
</style>