Shades of Light Green #85F89C
Tints of Light Green #85F89C
RGB
CMYK
RGB Variations
Color information
#85F89C (or 0x85F89C) is known color: Light Green. HEX triplet: 85, F8 and 9C. RGB value is (133,248,156). Sum of RGB (Red+Green+Blue) = 133+248+156=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #85F89C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F89C is #7A0763. Grayscale: #CBCBCB. Windows color (decimal): -7997284 or 10287237. OLE color: 10287237.
HSL color Cylindrical-coordinate representation of color #85F89C: hue angle of 132º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F89C is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 156 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.03 |
| HSL | 132º | 0.89% | 0.75% | - |
| HSV(B) | 132º | 0.46% | 0.97% | - |
| XYZ | 49.24 | 74.52 | 43.24 | - |
| YUV | 203.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 156 | 0.46 | 0 | 0.37 | 0.03 | 132 | 0.89 | 0.75 |
| Hex | 85 | F8 | 9C | 2E | 0 | 25 | 3 | 84 | 59 | 4B |
| Octal | 205 | 370 | 234 | 56 | 0 | 45 | 3 | 204 | 131 | 113 |
| Binary | 10000101 | 11111000 | 10011100 | 101110 | 0 | 100101 | 11 | 10000100 | 1011001 | 1001011 |
Color Harmonies of #85F89C
Complementary color
Monochromatic Colors of #85F89C
Black with #85F89C
Text Example
Text Example
White with #85F89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F89C; }
p { color: rgb(133,248,156); }
H1.HeaderClassName
{
color: #85F89C;
}
.AnyTagClassName
{
color: #85F89C;
}
</style>
background-color css
<style>
a { background-color: #85F89C; }
a { background-color: rgb(133,248,156); }
div.DivClassName
{
background-color: #85F89C;
}
.BgClassName
{
background-color: #85F89C;
}
</style>
border-color css
<style>
span { border-color: #85F89C; }
span { border-color: rgb(133,248,156); }
td.TdClassName
{
border-color: #85F89C;
}
.TagClassName
{
border-color: #85F89C;
}
</style>