Shades of Light Green #85E88F
Tints of Light Green #85E88F
RGB
CMYK
RGB Variations
Color information
#85E88F (or 0x85E88F) is known color: Light Green. HEX triplet: 85, E8 and 8F. RGB value is (133,232,143). Sum of RGB (Red+Green+Blue) = 133+232+143=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #85E88F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E88F is #7A1770. Grayscale: #C0C0C0. Windows color (decimal): -8001393 or 9431173. OLE color: 9431173.
HSL color Cylindrical-coordinate representation of color #85E88F: hue angle of 126.06º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E88F is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 232 | 143 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.09 |
| HSL | 126.06º | 0.68% | 0.72% | - |
| HSV(B) | 126.06º | 0.43% | 0.91% | - |
| XYZ | 43.49 | 64.68 | 36.18 | - |
| YUV | 192.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 232 | 143 | 0.43 | 0 | 0.38 | 0.09 | 126.06 | 0.68 | 0.72 |
| Hex | 85 | E8 | 8F | 2B | 0 | 26 | 9 | 7E | 44 | 48 |
| Octal | 205 | 350 | 217 | 53 | 0 | 46 | 11 | 176 | 104 | 110 |
| Binary | 10000101 | 11101000 | 10001111 | 101011 | 0 | 100110 | 1001 | 1111110 | 1000100 | 1001000 |
Color Harmonies of #85E88F
Complementary color
Monochromatic Colors of #85E88F
Black with #85E88F
Text Example
Text Example
White with #85E88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E88F; }
p { color: rgb(133,232,143); }
H1.HeaderClassName
{
color: #85E88F;
}
.AnyTagClassName
{
color: #85E88F;
}
</style>
background-color css
<style>
a { background-color: #85E88F; }
a { background-color: rgb(133,232,143); }
div.DivClassName
{
background-color: #85E88F;
}
.BgClassName
{
background-color: #85E88F;
}
</style>
border-color css
<style>
span { border-color: #85E88F; }
span { border-color: rgb(133,232,143); }
td.TdClassName
{
border-color: #85E88F;
}
.TagClassName
{
border-color: #85E88F;
}
</style>