Shades of Light Green #85F77F
Tints of Light Green #85F77F
RGB
CMYK
RGB Variations
Color information
#85F77F (or 0x85F77F) is known color: Light Green. HEX triplet: 85, F7 and 7F. RGB value is (133,247,127). Sum of RGB (Red+Green+Blue) = 133+247+127=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #85F77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F77F is #7A0880. Grayscale: #C7C7C7. Windows color (decimal): -7997569 or 8386437. OLE color: 8386437.
HSL color Cylindrical-coordinate representation of color #85F77F: hue angle of 117º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85F77F is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 127 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.03 |
| HSL | 117º | 0.88% | 0.73% | - |
| HSV(B) | 117º | 0.49% | 0.97% | - |
| XYZ | 46.76 | 73.04 | 31.71 | - |
| YUV | 199.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 127 | 0.46 | 0 | 0.49 | 0.03 | 117 | 0.88 | 0.73 |
| Hex | 85 | F7 | 7F | 2E | 0 | 31 | 3 | 75 | 58 | 49 |
| Octal | 205 | 367 | 177 | 56 | 0 | 61 | 3 | 165 | 130 | 111 |
| Binary | 10000101 | 11110111 | 1111111 | 101110 | 0 | 110001 | 11 | 1110101 | 1011000 | 1001001 |
Color Harmonies of #85F77F
Complementary color
Monochromatic Colors of #85F77F
Black with #85F77F
Text Example
Text Example
White with #85F77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F77F; }
p { color: rgb(133,247,127); }
H1.HeaderClassName
{
color: #85F77F;
}
.AnyTagClassName
{
color: #85F77F;
}
</style>
background-color css
<style>
a { background-color: #85F77F; }
a { background-color: rgb(133,247,127); }
div.DivClassName
{
background-color: #85F77F;
}
.BgClassName
{
background-color: #85F77F;
}
</style>
border-color css
<style>
span { border-color: #85F77F; }
span { border-color: rgb(133,247,127); }
td.TdClassName
{
border-color: #85F77F;
}
.TagClassName
{
border-color: #85F77F;
}
</style>