Shades of Light Green #85F595
Tints of Light Green #85F595
RGB
CMYK
RGB Variations
Color information
#85F595 (or 0x85F595) is known color: Light Green. HEX triplet: 85, F5 and 95. RGB value is (133,245,149). Sum of RGB (Red+Green+Blue) = 133+245+149=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #85F595 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F595 is #7A0A6A. Grayscale: #C8C8C8. Windows color (decimal): -7998059 or 9827717. OLE color: 9827717.
HSL color Cylindrical-coordinate representation of color #85F595: hue angle of 128.57º 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 #85F595 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 149 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.04 |
| HSL | 128.57º | 0.85% | 0.74% | - |
| HSV(B) | 128.57º | 0.46% | 0.96% | - |
| XYZ | 47.75 | 72.46 | 39.9 | - |
| YUV | 200.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 149 | 0.46 | 0 | 0.39 | 0.04 | 128.57 | 0.85 | 0.74 |
| Hex | 85 | F5 | 95 | 2E | 0 | 27 | 4 | 81 | 55 | 4A |
| Octal | 205 | 365 | 225 | 56 | 0 | 47 | 4 | 201 | 125 | 112 |
| Binary | 10000101 | 11110101 | 10010101 | 101110 | 0 | 100111 | 100 | 10000001 | 1010101 | 1001010 |
Color Harmonies of #85F595
Complementary color
Monochromatic Colors of #85F595
Black with #85F595
Text Example
Text Example
White with #85F595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F595; }
p { color: rgb(133,245,149); }
H1.HeaderClassName
{
color: #85F595;
}
.AnyTagClassName
{
color: #85F595;
}
</style>
background-color css
<style>
a { background-color: #85F595; }
a { background-color: rgb(133,245,149); }
div.DivClassName
{
background-color: #85F595;
}
.BgClassName
{
background-color: #85F595;
}
</style>
border-color css
<style>
span { border-color: #85F595; }
span { border-color: rgb(133,245,149); }
td.TdClassName
{
border-color: #85F595;
}
.TagClassName
{
border-color: #85F595;
}
</style>