Shades of Light Green #85F87A
Tints of Light Green #85F87A
RGB
CMYK
RGB Variations
Color information
#85F87A (or 0x85F87A) is known color: Light Green. HEX triplet: 85, F8 and 7A. RGB value is (133,248,122). Sum of RGB (Red+Green+Blue) = 133+248+122=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #85F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F87A is #7A0785. Grayscale: #C7C7C7. Windows color (decimal): -7997318 or 8059013. OLE color: 8059013.
HSL color Cylindrical-coordinate representation of color #85F87A: hue angle of 114.76º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85F87A is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 122 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.03 |
| HSL | 114.76º | 0.9% | 0.73% | - |
| HSV(B) | 114.76º | 0.51% | 0.97% | - |
| XYZ | 46.75 | 73.53 | 30.14 | - |
| YUV | 199.25 | 84.4 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 122 | 0.46 | 0 | 0.51 | 0.03 | 114.76 | 0.9 | 0.73 |
| Hex | 85 | F8 | 7A | 2E | 0 | 33 | 3 | 73 | 5A | 49 |
| Octal | 205 | 370 | 172 | 56 | 0 | 63 | 3 | 163 | 132 | 111 |
| Binary | 10000101 | 11111000 | 1111010 | 101110 | 0 | 110011 | 11 | 1110011 | 1011010 | 1001001 |
Color Harmonies of #85F87A
Complementary color
Monochromatic Colors of #85F87A
Black with #85F87A
Text Example
Text Example
White with #85F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F87A; }
p { color: rgb(133,248,122); }
H1.HeaderClassName
{
color: #85F87A;
}
.AnyTagClassName
{
color: #85F87A;
}
</style>
background-color css
<style>
a { background-color: #85F87A; }
a { background-color: rgb(133,248,122); }
div.DivClassName
{
background-color: #85F87A;
}
.BgClassName
{
background-color: #85F87A;
}
</style>
border-color css
<style>
span { border-color: #85F87A; }
span { border-color: rgb(133,248,122); }
td.TdClassName
{
border-color: #85F87A;
}
.TagClassName
{
border-color: #85F87A;
}
</style>