Shades of Light Green #85F778
Tints of Light Green #85F778
RGB
CMYK
RGB Variations
Color information
#85F778 (or 0x85F778) is known color: Light Green. HEX triplet: 85, F7 and 78. RGB value is (133,247,120). Sum of RGB (Red+Green+Blue) = 133+247+120=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #85F778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F778 is #7A0887. Grayscale: #C6C6C6. Windows color (decimal): -7997576 or 7927685. OLE color: 7927685.
HSL color Cylindrical-coordinate representation of color #85F778: hue angle of 113.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85F778 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 247 | 120 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.03 |
| HSL | 113.86º | 0.89% | 0.72% | - |
| HSV(B) | 113.86º | 0.51% | 0.97% | - |
| XYZ | 46.32 | 72.86 | 29.39 | - |
| YUV | 198.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 247 | 120 | 0.46 | 0 | 0.51 | 0.03 | 113.86 | 0.89 | 0.72 |
| Hex | 85 | F7 | 78 | 2E | 0 | 33 | 3 | 72 | 59 | 48 |
| Octal | 205 | 367 | 170 | 56 | 0 | 63 | 3 | 162 | 131 | 110 |
| Binary | 10000101 | 11110111 | 1111000 | 101110 | 0 | 110011 | 11 | 1110010 | 1011001 | 1001000 |
Color Harmonies of #85F778
Complementary color
Monochromatic Colors of #85F778
Black with #85F778
Text Example
Text Example
White with #85F778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F778; }
p { color: rgb(133,247,120); }
H1.HeaderClassName
{
color: #85F778;
}
.AnyTagClassName
{
color: #85F778;
}
</style>
background-color css
<style>
a { background-color: #85F778; }
a { background-color: rgb(133,247,120); }
div.DivClassName
{
background-color: #85F778;
}
.BgClassName
{
background-color: #85F778;
}
</style>
border-color css
<style>
span { border-color: #85F778; }
span { border-color: rgb(133,247,120); }
td.TdClassName
{
border-color: #85F778;
}
.TagClassName
{
border-color: #85F778;
}
</style>