Shades of Light Green #85FE7C
Tints of Light Green #85FE7C
RGB
CMYK
RGB Variations
Color information
#85FE7C (or 0x85FE7C) is known color: Light Green. HEX triplet: 85, FE and 7C. RGB value is (133,254,124). Sum of RGB (Red+Green+Blue) = 133+254+124=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE7C is #7A0183. Grayscale: #CBCBCB. Windows color (decimal): -7995780 or 8191621. OLE color: 8191621.
HSL color Cylindrical-coordinate representation of color #85FE7C: hue angle of 115.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85FE7C is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 124 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.00 |
| HSL | 115.85º | 0.98% | 0.74% | - |
| HSV(B) | 115.85º | 0.51% | 1% | - |
| XYZ | 48.75 | 77.33 | 31.42 | - |
| YUV | 203 | 83.41 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 124 | 0.48 | 0 | 0.51 | 0.00 | 115.85 | 0.98 | 0.74 |
| Hex | 85 | FE | 7C | 30 | 0 | 33 | 0 | 74 | 62 | 4A |
| Octal | 205 | 376 | 174 | 60 | 0 | 63 | 0 | 164 | 142 | 112 |
| Binary | 10000101 | 11111110 | 1111100 | 110000 | 0 | 110011 | 0 | 1110100 | 1100010 | 1001010 |
Color Harmonies of #85FE7C
Complementary color
Monochromatic Colors of #85FE7C
Black with #85FE7C
Text Example
Text Example
White with #85FE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FE7C; }
p { color: rgb(133,254,124); }
H1.HeaderClassName
{
color: #85FE7C;
}
.AnyTagClassName
{
color: #85FE7C;
}
</style>
background-color css
<style>
a { background-color: #85FE7C; }
a { background-color: rgb(133,254,124); }
div.DivClassName
{
background-color: #85FE7C;
}
.BgClassName
{
background-color: #85FE7C;
}
</style>
border-color css
<style>
span { border-color: #85FE7C; }
span { border-color: rgb(133,254,124); }
td.TdClassName
{
border-color: #85FE7C;
}
.TagClassName
{
border-color: #85FE7C;
}
</style>