Shades of Light Green #85F58F
Tints of Light Green #85F58F
RGB
CMYK
RGB Variations
Color information
#85F58F (or 0x85F58F) is known color: Light Green. HEX triplet: 85, F5 and 8F. RGB value is (133,245,143). Sum of RGB (Red+Green+Blue) = 133+245+143=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #85F58F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F58F is #7A0A70. Grayscale: #C8C8C8. Windows color (decimal): -7998065 or 9434501. OLE color: 9434501.
HSL color Cylindrical-coordinate representation of color #85F58F: hue angle of 125.36º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F58F is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 143 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.04 |
| HSL | 125.36º | 0.85% | 0.74% | - |
| HSV(B) | 125.36º | 0.46% | 0.96% | - |
| XYZ | 47.28 | 72.27 | 37.44 | - |
| YUV | 199.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 143 | 0.46 | 0 | 0.42 | 0.04 | 125.36 | 0.85 | 0.74 |
| Hex | 85 | F5 | 8F | 2E | 0 | 2A | 4 | 7D | 55 | 4A |
| Octal | 205 | 365 | 217 | 56 | 0 | 52 | 4 | 175 | 125 | 112 |
| Binary | 10000101 | 11110101 | 10001111 | 101110 | 0 | 101010 | 100 | 1111101 | 1010101 | 1001010 |
Color Harmonies of #85F58F
Complementary color
Monochromatic Colors of #85F58F
Black with #85F58F
Text Example
Text Example
White with #85F58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F58F; }
p { color: rgb(133,245,143); }
H1.HeaderClassName
{
color: #85F58F;
}
.AnyTagClassName
{
color: #85F58F;
}
</style>
background-color css
<style>
a { background-color: #85F58F; }
a { background-color: rgb(133,245,143); }
div.DivClassName
{
background-color: #85F58F;
}
.BgClassName
{
background-color: #85F58F;
}
</style>
border-color css
<style>
span { border-color: #85F58F; }
span { border-color: rgb(133,245,143); }
td.TdClassName
{
border-color: #85F58F;
}
.TagClassName
{
border-color: #85F58F;
}
</style>