Shades of Light Green #85F882
Tints of Light Green #85F882
RGB
CMYK
RGB Variations
Color information
#85F882 (or 0x85F882) is known color: Light Green. HEX triplet: 85, F8 and 82. RGB value is (133,248,130). Sum of RGB (Red+Green+Blue) = 133+248+130=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #85F882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F882 is #7A077D. Grayscale: #C8C8C8. Windows color (decimal): -7997310 or 8583301. OLE color: 8583301.
HSL color Cylindrical-coordinate representation of color #85F882: hue angle of 118.47º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85F882 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 130 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.03 |
| HSL | 118.47º | 0.89% | 0.74% | - |
| HSV(B) | 118.47º | 0.48% | 0.97% | - |
| XYZ | 47.27 | 73.73 | 32.86 | - |
| YUV | 200.16 | 88.4 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 130 | 0.46 | 0 | 0.48 | 0.03 | 118.47 | 0.89 | 0.74 |
| Hex | 85 | F8 | 82 | 2E | 0 | 30 | 3 | 76 | 59 | 4A |
| Octal | 205 | 370 | 202 | 56 | 0 | 60 | 3 | 166 | 131 | 112 |
| Binary | 10000101 | 11111000 | 10000010 | 101110 | 0 | 110000 | 11 | 1110110 | 1011001 | 1001010 |
Color Harmonies of #85F882
Complementary color
Monochromatic Colors of #85F882
Black with #85F882
Text Example
Text Example
White with #85F882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F882; }
p { color: rgb(133,248,130); }
H1.HeaderClassName
{
color: #85F882;
}
.AnyTagClassName
{
color: #85F882;
}
</style>
background-color css
<style>
a { background-color: #85F882; }
a { background-color: rgb(133,248,130); }
div.DivClassName
{
background-color: #85F882;
}
.BgClassName
{
background-color: #85F882;
}
</style>
border-color css
<style>
span { border-color: #85F882; }
span { border-color: rgb(133,248,130); }
td.TdClassName
{
border-color: #85F882;
}
.TagClassName
{
border-color: #85F882;
}
</style>