Shades of Light Green #85F688
Tints of Light Green #85F688
RGB
CMYK
RGB Variations
Color information
#85F688 (or 0x85F688) is known color: Light Green. HEX triplet: 85, F6 and 88. RGB value is (133,246,136). Sum of RGB (Red+Green+Blue) = 133+246+136=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #85F688 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F688 is #7A0977. Grayscale: #C8C8C8. Windows color (decimal): -7997816 or 8976005. OLE color: 8976005.
HSL color Cylindrical-coordinate representation of color #85F688: hue angle of 121.59º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F688 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 136 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.04 |
| HSL | 121.59º | 0.86% | 0.74% | - |
| HSV(B) | 121.59º | 0.46% | 0.96% | - |
| XYZ | 47.07 | 72.68 | 34.84 | - |
| YUV | 199.67 | 92.06 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 136 | 0.46 | 0 | 0.45 | 0.04 | 121.59 | 0.86 | 0.74 |
| Hex | 85 | F6 | 88 | 2E | 0 | 2D | 4 | 7A | 56 | 4A |
| Octal | 205 | 366 | 210 | 56 | 0 | 55 | 4 | 172 | 126 | 112 |
| Binary | 10000101 | 11110110 | 10001000 | 101110 | 0 | 101101 | 100 | 1111010 | 1010110 | 1001010 |
Color Harmonies of #85F688
Complementary color
Monochromatic Colors of #85F688
Black with #85F688
Text Example
Text Example
White with #85F688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F688; }
p { color: rgb(133,246,136); }
H1.HeaderClassName
{
color: #85F688;
}
.AnyTagClassName
{
color: #85F688;
}
</style>
background-color css
<style>
a { background-color: #85F688; }
a { background-color: rgb(133,246,136); }
div.DivClassName
{
background-color: #85F688;
}
.BgClassName
{
background-color: #85F688;
}
</style>
border-color css
<style>
span { border-color: #85F688; }
span { border-color: rgb(133,246,136); }
td.TdClassName
{
border-color: #85F688;
}
.TagClassName
{
border-color: #85F688;
}
</style>