Shades of Light Green #85F89D
Tints of Light Green #85F89D
RGB
CMYK
RGB Variations
Color information
#85F89D (or 0x85F89D) is known color: Light Green. HEX triplet: 85, F8 and 9D. RGB value is (133,248,157). Sum of RGB (Red+Green+Blue) = 133+248+157=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #85F89D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F89D is #7A0762. Grayscale: #CBCBCB. Windows color (decimal): -7997283 or 10352773. OLE color: 10352773.
HSL color Cylindrical-coordinate representation of color #85F89D: hue angle of 132.52º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F89D is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 157 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.03 |
| HSL | 132.52º | 0.89% | 0.75% | - |
| HSV(B) | 132.52º | 0.46% | 0.97% | - |
| XYZ | 49.33 | 74.56 | 43.69 | - |
| YUV | 203.24 | 101.9 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 157 | 0.46 | 0 | 0.37 | 0.03 | 132.52 | 0.89 | 0.75 |
| Hex | 85 | F8 | 9D | 2E | 0 | 25 | 3 | 85 | 59 | 4B |
| Octal | 205 | 370 | 235 | 56 | 0 | 45 | 3 | 205 | 131 | 113 |
| Binary | 10000101 | 11111000 | 10011101 | 101110 | 0 | 100101 | 11 | 10000101 | 1011001 | 1001011 |
Color Harmonies of #85F89D
Complementary color
Monochromatic Colors of #85F89D
Black with #85F89D
Text Example
Text Example
White with #85F89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F89D; }
p { color: rgb(133,248,157); }
H1.HeaderClassName
{
color: #85F89D;
}
.AnyTagClassName
{
color: #85F89D;
}
</style>
background-color css
<style>
a { background-color: #85F89D; }
a { background-color: rgb(133,248,157); }
div.DivClassName
{
background-color: #85F89D;
}
.BgClassName
{
background-color: #85F89D;
}
</style>
border-color css
<style>
span { border-color: #85F89D; }
span { border-color: rgb(133,248,157); }
td.TdClassName
{
border-color: #85F89D;
}
.TagClassName
{
border-color: #85F89D;
}
</style>