Shades of Light Green #85F58B
Tints of Light Green #85F58B
RGB
CMYK
RGB Variations
Color information
#85F58B (or 0x85F58B) is known color: Light Green. HEX triplet: 85, F5 and 8B. RGB value is (133,245,139). Sum of RGB (Red+Green+Blue) = 133+245+139=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #85F58B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F58B is #7A0A74. Grayscale: #C7C7C7. Windows color (decimal): -7998069 or 9172357. OLE color: 9172357.
HSL color Cylindrical-coordinate representation of color #85F58B: hue angle of 123.21º 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 #85F58B is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 139 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.04 |
| HSL | 123.21º | 0.85% | 0.74% | - |
| HSV(B) | 123.21º | 0.46% | 0.96% | - |
| XYZ | 46.99 | 72.16 | 35.88 | - |
| YUV | 199.43 | 93.89 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 139 | 0.46 | 0 | 0.43 | 0.04 | 123.21 | 0.85 | 0.74 |
| Hex | 85 | F5 | 8B | 2E | 0 | 2B | 4 | 7B | 55 | 4A |
| Octal | 205 | 365 | 213 | 56 | 0 | 53 | 4 | 173 | 125 | 112 |
| Binary | 10000101 | 11110101 | 10001011 | 101110 | 0 | 101011 | 100 | 1111011 | 1010101 | 1001010 |
Color Harmonies of #85F58B
Complementary color
Monochromatic Colors of #85F58B
Black with #85F58B
Text Example
Text Example
White with #85F58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F58B; }
p { color: rgb(133,245,139); }
H1.HeaderClassName
{
color: #85F58B;
}
.AnyTagClassName
{
color: #85F58B;
}
</style>
background-color css
<style>
a { background-color: #85F58B; }
a { background-color: rgb(133,245,139); }
div.DivClassName
{
background-color: #85F58B;
}
.BgClassName
{
background-color: #85F58B;
}
</style>
border-color css
<style>
span { border-color: #85F58B; }
span { border-color: rgb(133,245,139); }
td.TdClassName
{
border-color: #85F58B;
}
.TagClassName
{
border-color: #85F58B;
}
</style>