Shades of Light Green #85FE83
Tints of Light Green #85FE83
RGB
CMYK
RGB Variations
Color information
#85FE83 (or 0x85FE83) is known color: Light Green. HEX triplet: 85, FE and 83. RGB value is (133,254,131). Sum of RGB (Red+Green+Blue) = 133+254+131=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE83 is #7A017C. Grayscale: #CCCCCC. Windows color (decimal): -7995773 or 8650373. OLE color: 8650373.
HSL color Cylindrical-coordinate representation of color #85FE83: hue angle of 119.02º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FE83 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 131 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.00 |
| HSL | 119.02º | 0.98% | 0.75% | - |
| HSV(B) | 119.02º | 0.48% | 1% | - |
| XYZ | 49.21 | 77.51 | 33.84 | - |
| YUV | 203.8 | 86.91 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 131 | 0.48 | 0 | 0.48 | 0.00 | 119.02 | 0.98 | 0.75 |
| Hex | 85 | FE | 83 | 30 | 0 | 30 | 0 | 77 | 62 | 4B |
| Octal | 205 | 376 | 203 | 60 | 0 | 60 | 0 | 167 | 142 | 113 |
| Binary | 10000101 | 11111110 | 10000011 | 110000 | 0 | 110000 | 0 | 1110111 | 1100010 | 1001011 |
Color Harmonies of #85FE83
Complementary color
Monochromatic Colors of #85FE83
Black with #85FE83
Text Example
Text Example
White with #85FE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE83; }
p { color: rgb(133,254,131); }
H1.HeaderClassName
{
color: #85FE83;
}
.AnyTagClassName
{
color: #85FE83;
}
</style>
background-color css
<style>
a { background-color: #85FE83; }
a { background-color: rgb(133,254,131); }
div.DivClassName
{
background-color: #85FE83;
}
.BgClassName
{
background-color: #85FE83;
}
</style>
border-color css
<style>
span { border-color: #85FE83; }
span { border-color: rgb(133,254,131); }
td.TdClassName
{
border-color: #85FE83;
}
.TagClassName
{
border-color: #85FE83;
}
</style>