Shades of Light Green #85F578
Tints of Light Green #85F578
RGB
CMYK
RGB Variations
Color information
#85F578 (or 0x85F578) is known color: Light Green. HEX triplet: 85, F5 and 78. RGB value is (133,245,120). Sum of RGB (Red+Green+Blue) = 133+245+120=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #85F578 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F578 is #7A0A87. Grayscale: #C5C5C5. Windows color (decimal): -7998088 or 7927173. OLE color: 7927173.
HSL color Cylindrical-coordinate representation of color #85F578: hue angle of 113.76º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85F578 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 120 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.04 |
| HSL | 113.76º | 0.86% | 0.72% | - |
| HSV(B) | 113.76º | 0.51% | 0.96% | - |
| XYZ | 45.72 | 71.65 | 29.19 | - |
| YUV | 197.26 | 84.39 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 120 | 0.46 | 0 | 0.51 | 0.04 | 113.76 | 0.86 | 0.72 |
| Hex | 85 | F5 | 78 | 2E | 0 | 33 | 4 | 72 | 56 | 48 |
| Octal | 205 | 365 | 170 | 56 | 0 | 63 | 4 | 162 | 126 | 110 |
| Binary | 10000101 | 11110101 | 1111000 | 101110 | 0 | 110011 | 100 | 1110010 | 1010110 | 1001000 |
Color Harmonies of #85F578
Complementary color
Monochromatic Colors of #85F578
Black with #85F578
Text Example
Text Example
White with #85F578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F578; }
p { color: rgb(133,245,120); }
H1.HeaderClassName
{
color: #85F578;
}
.AnyTagClassName
{
color: #85F578;
}
</style>
background-color css
<style>
a { background-color: #85F578; }
a { background-color: rgb(133,245,120); }
div.DivClassName
{
background-color: #85F578;
}
.BgClassName
{
background-color: #85F578;
}
</style>
border-color css
<style>
span { border-color: #85F578; }
span { border-color: rgb(133,245,120); }
td.TdClassName
{
border-color: #85F578;
}
.TagClassName
{
border-color: #85F578;
}
</style>