Shades of Light Green #85F98B
Tints of Light Green #85F98B
RGB
CMYK
RGB Variations
Color information
#85F98B (or 0x85F98B) is known color: Light Green. HEX triplet: 85, F9 and 8B. RGB value is (133,249,139). Sum of RGB (Red+Green+Blue) = 133+249+139=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #85F98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F98B is #7A0674. Grayscale: #CACACA. Windows color (decimal): -7997045 or 9173381. OLE color: 9173381.
HSL color Cylindrical-coordinate representation of color #85F98B: hue angle of 123.1º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F98B is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 139 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.02 |
| HSL | 123.1º | 0.91% | 0.75% | - |
| HSV(B) | 123.1º | 0.47% | 0.98% | - |
| XYZ | 48.21 | 74.6 | 36.28 | - |
| YUV | 201.78 | 92.57 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 139 | 0.47 | 0 | 0.44 | 0.02 | 123.1 | 0.91 | 0.75 |
| Hex | 85 | F9 | 8B | 2F | 0 | 2C | 2 | 7B | 5B | 4B |
| Octal | 205 | 371 | 213 | 57 | 0 | 54 | 2 | 173 | 133 | 113 |
| Binary | 10000101 | 11111001 | 10001011 | 101111 | 0 | 101100 | 10 | 1111011 | 1011011 | 1001011 |
Color Harmonies of #85F98B
Complementary color
Monochromatic Colors of #85F98B
Black with #85F98B
Text Example
Text Example
White with #85F98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F98B; }
p { color: rgb(133,249,139); }
H1.HeaderClassName
{
color: #85F98B;
}
.AnyTagClassName
{
color: #85F98B;
}
</style>
background-color css
<style>
a { background-color: #85F98B; }
a { background-color: rgb(133,249,139); }
div.DivClassName
{
background-color: #85F98B;
}
.BgClassName
{
background-color: #85F98B;
}
</style>
border-color css
<style>
span { border-color: #85F98B; }
span { border-color: rgb(133,249,139); }
td.TdClassName
{
border-color: #85F98B;
}
.TagClassName
{
border-color: #85F98B;
}
</style>