Shades of Light Green #85FF7D
Tints of Light Green #85FF7D
RGB
CMYK
RGB Variations
Color information
#85FF7D (or 0x85FF7D) is known color: Light Green. HEX triplet: 85, FF and 7D. RGB value is (133,255,125). Sum of RGB (Red+Green+Blue) = 133+255+125=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FF7D is #7A0082. Grayscale: #CCCCCC. Windows color (decimal): -7995523 or 8257413. OLE color: 8257413.
HSL color Cylindrical-coordinate representation of color #85FF7D: hue angle of 116.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85FF7D is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 125 | - |
| CMYK | 0.48 | 0 | 0.51 | 0 |
| HSL | 116.31º | 1% | 0.75% | - |
| HSV(B) | 116.31º | 0.51% | 1% | - |
| XYZ | 49.13 | 77.99 | 31.87 | - |
| YUV | 203.7 | 83.58 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 125 | 0.48 | 0 | 0.51 | 0 | 116.31 | 1 | 0.75 |
| Hex | 85 | FF | 7D | 30 | 0 | 33 | 0 | 74 | 64 | 4B |
| Octal | 205 | 377 | 175 | 60 | 0 | 63 | 0 | 164 | 144 | 113 |
| Binary | 10000101 | 11111111 | 1111101 | 110000 | 0 | 110011 | 0 | 1110100 | 1100100 | 1001011 |
Color Harmonies of #85FF7D
Complementary color
Monochromatic Colors of #85FF7D
Black with #85FF7D
Text Example
Text Example
White with #85FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF7D; }
p { color: rgb(133,255,125); }
H1.HeaderClassName
{
color: #85FF7D;
}
.AnyTagClassName
{
color: #85FF7D;
}
</style>
background-color css
<style>
a { background-color: #85FF7D; }
a { background-color: rgb(133,255,125); }
div.DivClassName
{
background-color: #85FF7D;
}
.BgClassName
{
background-color: #85FF7D;
}
</style>
border-color css
<style>
span { border-color: #85FF7D; }
span { border-color: rgb(133,255,125); }
td.TdClassName
{
border-color: #85FF7D;
}
.TagClassName
{
border-color: #85FF7D;
}
</style>