Shades of Light Green #85E58F
Tints of Light Green #85E58F
RGB
CMYK
RGB Variations
Color information
#85E58F (or 0x85E58F) is known color: Light Green. HEX triplet: 85, E5 and 8F. RGB value is (133,229,143). Sum of RGB (Red+Green+Blue) = 133+229+143=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #85E58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E58F is #7A1A70. Grayscale: #BEBEBE. Windows color (decimal): -8002161 or 9430405. OLE color: 9430405.
HSL color Cylindrical-coordinate representation of color #85E58F: hue angle of 126.25º degrees, saturation: 0.65, 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 #85E58F is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 229 | 143 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.10 |
| HSL | 126.25º | 0.65% | 0.71% | - |
| HSV(B) | 126.25º | 0.42% | 0.9% | - |
| XYZ | 42.65 | 63.01 | 35.9 | - |
| YUV | 190.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 229 | 143 | 0.42 | 0 | 0.38 | 0.10 | 126.25 | 0.65 | 0.71 |
| Hex | 85 | E5 | 8F | 2A | 0 | 26 | A | 7E | 41 | 47 |
| Octal | 205 | 345 | 217 | 52 | 0 | 46 | 12 | 176 | 101 | 107 |
| Binary | 10000101 | 11100101 | 10001111 | 101010 | 0 | 100110 | 1010 | 1111110 | 1000001 | 1000111 |
Color Harmonies of #85E58F
Complementary color
Monochromatic Colors of #85E58F
Black with #85E58F
Text Example
Text Example
White with #85E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E58F; }
p { color: rgb(133,229,143); }
H1.HeaderClassName
{
color: #85E58F;
}
.AnyTagClassName
{
color: #85E58F;
}
</style>
background-color css
<style>
a { background-color: #85E58F; }
a { background-color: rgb(133,229,143); }
div.DivClassName
{
background-color: #85E58F;
}
.BgClassName
{
background-color: #85E58F;
}
</style>
border-color css
<style>
span { border-color: #85E58F; }
span { border-color: rgb(133,229,143); }
td.TdClassName
{
border-color: #85E58F;
}
.TagClassName
{
border-color: #85E58F;
}
</style>