Shades of Light Green #85E690
Tints of Light Green #85E690
RGB
CMYK
RGB Variations
Color information
#85E690 (or 0x85E690) is known color: Light Green. HEX triplet: 85, E6 and 90. RGB value is (133,230,144). Sum of RGB (Red+Green+Blue) = 133+230+144=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #85E690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E690 is #7A196F. Grayscale: #BFBFBF. Windows color (decimal): -8001904 or 9496197. OLE color: 9496197.
HSL color Cylindrical-coordinate representation of color #85E690: hue angle of 126.8º 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 #85E690 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 144 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.10 |
| HSL | 126.8º | 0.66% | 0.71% | - |
| HSV(B) | 126.8º | 0.42% | 0.9% | - |
| XYZ | 43 | 63.59 | 36.39 | - |
| YUV | 191.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 144 | 0.42 | 0 | 0.37 | 0.10 | 126.8 | 0.66 | 0.71 |
| Hex | 85 | E6 | 90 | 2A | 0 | 25 | A | 7F | 42 | 47 |
| Octal | 205 | 346 | 220 | 52 | 0 | 45 | 12 | 177 | 102 | 107 |
| Binary | 10000101 | 11100110 | 10010000 | 101010 | 0 | 100101 | 1010 | 1111111 | 1000010 | 1000111 |
Color Harmonies of #85E690
Complementary color
Monochromatic Colors of #85E690
Black with #85E690
Text Example
Text Example
White with #85E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E690; }
p { color: rgb(133,230,144); }
H1.HeaderClassName
{
color: #85E690;
}
.AnyTagClassName
{
color: #85E690;
}
</style>
background-color css
<style>
a { background-color: #85E690; }
a { background-color: rgb(133,230,144); }
div.DivClassName
{
background-color: #85E690;
}
.BgClassName
{
background-color: #85E690;
}
</style>
border-color css
<style>
span { border-color: #85E690; }
span { border-color: rgb(133,230,144); }
td.TdClassName
{
border-color: #85E690;
}
.TagClassName
{
border-color: #85E690;
}
</style>