Shades of Light Green #85E692
Tints of Light Green #85E692
RGB
CMYK
RGB Variations
Color information
#85E692 (or 0x85E692) is known color: Light Green. HEX triplet: 85, E6 and 92. RGB value is (133,230,146). Sum of RGB (Red+Green+Blue) = 133+230+146=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #85E692 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E692 is #7A196D. Grayscale: #BFBFBF. Windows color (decimal): -8001902 or 9627269. OLE color: 9627269.
HSL color Cylindrical-coordinate representation of color #85E692: hue angle of 128.04º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E692 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 146 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.10 |
| HSL | 128.04º | 0.66% | 0.71% | - |
| HSV(B) | 128.04º | 0.42% | 0.9% | - |
| XYZ | 43.16 | 63.66 | 37.21 | - |
| YUV | 191.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 146 | 0.42 | 0 | 0.37 | 0.10 | 128.04 | 0.66 | 0.71 |
| Hex | 85 | E6 | 92 | 2A | 0 | 25 | A | 80 | 42 | 47 |
| Octal | 205 | 346 | 222 | 52 | 0 | 45 | 12 | 200 | 102 | 107 |
| Binary | 10000101 | 11100110 | 10010010 | 101010 | 0 | 100101 | 1010 | 10000000 | 1000010 | 1000111 |
Color Harmonies of #85E692
Complementary color
Monochromatic Colors of #85E692
Black with #85E692
Text Example
Text Example
White with #85E692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E692; }
p { color: rgb(133,230,146); }
H1.HeaderClassName
{
color: #85E692;
}
.AnyTagClassName
{
color: #85E692;
}
</style>
background-color css
<style>
a { background-color: #85E692; }
a { background-color: rgb(133,230,146); }
div.DivClassName
{
background-color: #85E692;
}
.BgClassName
{
background-color: #85E692;
}
</style>
border-color css
<style>
span { border-color: #85E692; }
span { border-color: rgb(133,230,146); }
td.TdClassName
{
border-color: #85E692;
}
.TagClassName
{
border-color: #85E692;
}
</style>