Shades of Light Green #85F5A2
Tints of Light Green #85F5A2
RGB
CMYK
RGB Variations
Color information
#85F5A2 (or 0x85F5A2) is known color: Light Green. HEX triplet: 85, F5 and A2. RGB value is (133,245,162). Sum of RGB (Red+Green+Blue) = 133+245+162=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #85F5A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F5A2 is #7A0A5D. Grayscale: #CACACA. Windows color (decimal): -7998046 or 10679685. OLE color: 10679685.
HSL color Cylindrical-coordinate representation of color #85F5A2: hue angle of 135.54º 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 #85F5A2 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 162 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.04 |
| HSL | 135.54º | 0.85% | 0.74% | - |
| HSV(B) | 135.54º | 0.46% | 0.96% | - |
| XYZ | 48.85 | 72.9 | 45.68 | - |
| YUV | 202.05 | 105.39 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 162 | 0.46 | 0 | 0.34 | 0.04 | 135.54 | 0.85 | 0.74 |
| Hex | 85 | F5 | A2 | 2E | 0 | 22 | 4 | 88 | 55 | 4A |
| Octal | 205 | 365 | 242 | 56 | 0 | 42 | 4 | 210 | 125 | 112 |
| Binary | 10000101 | 11110101 | 10100010 | 101110 | 0 | 100010 | 100 | 10001000 | 1010101 | 1001010 |
Color Harmonies of #85F5A2
Complementary color
Monochromatic Colors of #85F5A2
Black with #85F5A2
Text Example
Text Example
White with #85F5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F5A2; }
p { color: rgb(133,245,162); }
H1.HeaderClassName
{
color: #85F5A2;
}
.AnyTagClassName
{
color: #85F5A2;
}
</style>
background-color css
<style>
a { background-color: #85F5A2; }
a { background-color: rgb(133,245,162); }
div.DivClassName
{
background-color: #85F5A2;
}
.BgClassName
{
background-color: #85F5A2;
}
</style>
border-color css
<style>
span { border-color: #85F5A2; }
span { border-color: rgb(133,245,162); }
td.TdClassName
{
border-color: #85F5A2;
}
.TagClassName
{
border-color: #85F5A2;
}
</style>