Shades of Light Green #85FD7D
Tints of Light Green #85FD7D
RGB
CMYK
RGB Variations
Color information
#85FD7D (or 0x85FD7D) is known color: Light Green. HEX triplet: 85, FD and 7D. RGB value is (133,253,125). Sum of RGB (Red+Green+Blue) = 133+253+125=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FD7D is #7A0282. Grayscale: #CACACA. Windows color (decimal): -7996035 or 8256901. OLE color: 8256901.
HSL color Cylindrical-coordinate representation of color #85FD7D: hue angle of 116.25º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85FD7D is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 125 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.01 |
| HSL | 116.25º | 0.97% | 0.74% | - |
| HSV(B) | 116.25º | 0.51% | 0.99% | - |
| XYZ | 48.5 | 76.72 | 31.65 | - |
| YUV | 202.53 | 84.24 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 125 | 0.47 | 0 | 0.51 | 0.01 | 116.25 | 0.97 | 0.74 |
| Hex | 85 | FD | 7D | 2F | 0 | 33 | 1 | 74 | 61 | 4A |
| Octal | 205 | 375 | 175 | 57 | 0 | 63 | 1 | 164 | 141 | 112 |
| Binary | 10000101 | 11111101 | 1111101 | 101111 | 0 | 110011 | 1 | 1110100 | 1100001 | 1001010 |
Color Harmonies of #85FD7D
Complementary color
Monochromatic Colors of #85FD7D
Black with #85FD7D
Text Example
Text Example
White with #85FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FD7D; }
p { color: rgb(133,253,125); }
H1.HeaderClassName
{
color: #85FD7D;
}
.AnyTagClassName
{
color: #85FD7D;
}
</style>
background-color css
<style>
a { background-color: #85FD7D; }
a { background-color: rgb(133,253,125); }
div.DivClassName
{
background-color: #85FD7D;
}
.BgClassName
{
background-color: #85FD7D;
}
</style>
border-color css
<style>
span { border-color: #85FD7D; }
span { border-color: rgb(133,253,125); }
td.TdClassName
{
border-color: #85FD7D;
}
.TagClassName
{
border-color: #85FD7D;
}
</style>