Shades of Light Green #85FE7F
Tints of Light Green #85FE7F
RGB
CMYK
RGB Variations
Color information
#85FE7F (or 0x85FE7F) is known color: Light Green. HEX triplet: 85, FE and 7F. RGB value is (133,254,127). Sum of RGB (Red+Green+Blue) = 133+254+127=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE7F is #7A0180. Grayscale: #CBCBCB. Windows color (decimal): -7995777 or 8388229. OLE color: 8388229.
HSL color Cylindrical-coordinate representation of color #85FE7F: hue angle of 117.17º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85FE7F is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 127 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.00 |
| HSL | 117.17º | 0.98% | 0.75% | - |
| HSV(B) | 117.17º | 0.5% | 1% | - |
| XYZ | 48.95 | 77.4 | 32.44 | - |
| YUV | 203.34 | 84.91 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 127 | 0.48 | 0 | 0.50 | 0.00 | 117.17 | 0.98 | 0.75 |
| Hex | 85 | FE | 7F | 30 | 0 | 32 | 0 | 75 | 62 | 4B |
| Octal | 205 | 376 | 177 | 60 | 0 | 62 | 0 | 165 | 142 | 113 |
| Binary | 10000101 | 11111110 | 1111111 | 110000 | 0 | 110010 | 0 | 1110101 | 1100010 | 1001011 |
Color Harmonies of #85FE7F
Complementary color
Monochromatic Colors of #85FE7F
Black with #85FE7F
Text Example
Text Example
White with #85FE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE7F; }
p { color: rgb(133,254,127); }
H1.HeaderClassName
{
color: #85FE7F;
}
.AnyTagClassName
{
color: #85FE7F;
}
</style>
background-color css
<style>
a { background-color: #85FE7F; }
a { background-color: rgb(133,254,127); }
div.DivClassName
{
background-color: #85FE7F;
}
.BgClassName
{
background-color: #85FE7F;
}
</style>
border-color css
<style>
span { border-color: #85FE7F; }
span { border-color: rgb(133,254,127); }
td.TdClassName
{
border-color: #85FE7F;
}
.TagClassName
{
border-color: #85FE7F;
}
</style>