Shades of Light Green #85F084
Tints of Light Green #85F084
RGB
CMYK
RGB Variations
Color information
#85F084 (or 0x85F084) is known color: Light Green. HEX triplet: 85, F0 and 84. RGB value is (133,240,132). Sum of RGB (Red+Green+Blue) = 133+240+132=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #85F084 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F084 is #7A0F7B. Grayscale: #C4C4C4. Windows color (decimal): -7999356 or 8712325. OLE color: 8712325.
HSL color Cylindrical-coordinate representation of color #85F084: hue angle of 119.44º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F084 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 132 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.06 |
| HSL | 119.44º | 0.78% | 0.73% | - |
| HSV(B) | 119.44º | 0.45% | 0.94% | - |
| XYZ | 45 | 68.97 | 32.77 | - |
| YUV | 195.7 | 92.05 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 132 | 0.45 | 0 | 0.45 | 0.06 | 119.44 | 0.78 | 0.73 |
| Hex | 85 | F0 | 84 | 2D | 0 | 2D | 6 | 77 | 4E | 49 |
| Octal | 205 | 360 | 204 | 55 | 0 | 55 | 6 | 167 | 116 | 111 |
| Binary | 10000101 | 11110000 | 10000100 | 101101 | 0 | 101101 | 110 | 1110111 | 1001110 | 1001001 |
Color Harmonies of #85F084
Complementary color
Monochromatic Colors of #85F084
Black with #85F084
Text Example
Text Example
White with #85F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F084; }
p { color: rgb(133,240,132); }
H1.HeaderClassName
{
color: #85F084;
}
.AnyTagClassName
{
color: #85F084;
}
</style>
background-color css
<style>
a { background-color: #85F084; }
a { background-color: rgb(133,240,132); }
div.DivClassName
{
background-color: #85F084;
}
.BgClassName
{
background-color: #85F084;
}
</style>
border-color css
<style>
span { border-color: #85F084; }
span { border-color: rgb(133,240,132); }
td.TdClassName
{
border-color: #85F084;
}
.TagClassName
{
border-color: #85F084;
}
</style>