Shades of Light Green #85EBA2
Tints of Light Green #85EBA2
RGB
CMYK
RGB Variations
Color information
#85EBA2 (or 0x85EBA2) is known color: Light Green. HEX triplet: 85, EB and A2. RGB value is (133,235,162). Sum of RGB (Red+Green+Blue) = 133+235+162=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EBA2 is #7A145D. Grayscale: #C4C4C4. Windows color (decimal): -8000606 or 10677125. OLE color: 10677125.
HSL color Cylindrical-coordinate representation of color #85EBA2: hue angle of 137.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EBA2 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 235 | 162 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.08 |
| HSL | 137.06º | 0.72% | 0.72% | - |
| HSV(B) | 137.06º | 0.43% | 0.92% | - |
| XYZ | 45.9 | 67.01 | 44.7 | - |
| YUV | 196.18 | 108.71 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 235 | 162 | 0.43 | 0 | 0.31 | 0.08 | 137.06 | 0.72 | 0.72 |
| Hex | 85 | EB | A2 | 2B | 0 | 1F | 8 | 89 | 48 | 48 |
| Octal | 205 | 353 | 242 | 53 | 0 | 37 | 10 | 211 | 110 | 110 |
| Binary | 10000101 | 11101011 | 10100010 | 101011 | 0 | 11111 | 1000 | 10001001 | 1001000 | 1001000 |
Color Harmonies of #85EBA2
Complementary color
Monochromatic Colors of #85EBA2
Black with #85EBA2
Text Example
Text Example
White with #85EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EBA2; }
p { color: rgb(133,235,162); }
H1.HeaderClassName
{
color: #85EBA2;
}
.AnyTagClassName
{
color: #85EBA2;
}
</style>
background-color css
<style>
a { background-color: #85EBA2; }
a { background-color: rgb(133,235,162); }
div.DivClassName
{
background-color: #85EBA2;
}
.BgClassName
{
background-color: #85EBA2;
}
</style>
border-color css
<style>
span { border-color: #85EBA2; }
span { border-color: rgb(133,235,162); }
td.TdClassName
{
border-color: #85EBA2;
}
.TagClassName
{
border-color: #85EBA2;
}
</style>