Shades of Lawn Green #85F620
Tints of Lawn Green #85F620
RGB
CMYK
RGB Variations
Color information
#85F620 (or 0x85F620) is known color: Lawn Green. HEX triplet: 85, F6 and 20. RGB value is (133,246,32). Sum of RGB (Red+Green+Blue) = 133+246+32=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 246 (96.48% from 255 or 59.85% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 246 - color contains mainly: green. Hex color #85F620 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F620 is #7A09DF. Grayscale: #BCBCBC. Windows color (decimal): -7997920 or 2160261. OLE color: 2160261.
HSL color Cylindrical-coordinate representation of color #85F620: hue angle of 91.68º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85F620 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 32 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.04 |
| HSL | 91.68º | 0.92% | 0.55% | - |
| HSV(B) | 91.68º | 0.87% | 0.96% | - |
| XYZ | 42.89 | 71 | 12.81 | - |
| YUV | 187.82 | 40.06 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 32 | 0.46 | 0 | 0.87 | 0.04 | 91.68 | 0.92 | 0.55 |
| Hex | 85 | F6 | 20 | 2E | 0 | 57 | 4 | 5C | 5C | 37 |
| Octal | 205 | 366 | 40 | 56 | 0 | 127 | 4 | 134 | 134 | 67 |
| Binary | 10000101 | 11110110 | 100000 | 101110 | 0 | 1010111 | 100 | 1011100 | 1011100 | 110111 |
Color Harmonies of #85F620
Complementary color
Monochromatic Colors of #85F620
Black with #85F620
Text Example
Text Example
White with #85F620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F620; }
p { color: rgb(133,246,32); }
H1.HeaderClassName
{
color: #85F620;
}
.AnyTagClassName
{
color: #85F620;
}
</style>
background-color css
<style>
a { background-color: #85F620; }
a { background-color: rgb(133,246,32); }
div.DivClassName
{
background-color: #85F620;
}
.BgClassName
{
background-color: #85F620;
}
</style>
border-color css
<style>
span { border-color: #85F620; }
span { border-color: rgb(133,246,32); }
td.TdClassName
{
border-color: #85F620;
}
.TagClassName
{
border-color: #85F620;
}
</style>