Shades of Light Green #85F591
Tints of Light Green #85F591
RGB
CMYK
RGB Variations
Color information
#85F591 (or 0x85F591) is known color: Light Green. HEX triplet: 85, F5 and 91. RGB value is (133,245,145). Sum of RGB (Red+Green+Blue) = 133+245+145=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #85F591 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F591 is #7A0A6E. Grayscale: #C8C8C8. Windows color (decimal): -7998063 or 9565573. OLE color: 9565573.
HSL color Cylindrical-coordinate representation of color #85F591: hue angle of 126.43º degrees, saturation: 0.85, 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 #85F591 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 145 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.04 |
| HSL | 126.43º | 0.85% | 0.74% | - |
| HSV(B) | 126.43º | 0.46% | 0.96% | - |
| XYZ | 47.44 | 72.34 | 38.25 | - |
| YUV | 200.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 145 | 0.46 | 0 | 0.41 | 0.04 | 126.43 | 0.85 | 0.74 |
| Hex | 85 | F5 | 91 | 2E | 0 | 29 | 4 | 7E | 55 | 4A |
| Octal | 205 | 365 | 221 | 56 | 0 | 51 | 4 | 176 | 125 | 112 |
| Binary | 10000101 | 11110101 | 10010001 | 101110 | 0 | 101001 | 100 | 1111110 | 1010101 | 1001010 |
Color Harmonies of #85F591
Complementary color
Monochromatic Colors of #85F591
Black with #85F591
Text Example
Text Example
White with #85F591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F591; }
p { color: rgb(133,245,145); }
H1.HeaderClassName
{
color: #85F591;
}
.AnyTagClassName
{
color: #85F591;
}
</style>
background-color css
<style>
a { background-color: #85F591; }
a { background-color: rgb(133,245,145); }
div.DivClassName
{
background-color: #85F591;
}
.BgClassName
{
background-color: #85F591;
}
</style>
border-color css
<style>
span { border-color: #85F591; }
span { border-color: rgb(133,245,145); }
td.TdClassName
{
border-color: #85F591;
}
.TagClassName
{
border-color: #85F591;
}
</style>