Shades of Lawn Green #85F124
Tints of Lawn Green #85F124
RGB
CMYK
RGB Variations
Color information
#85F124 (or 0x85F124) is known color: Lawn Green. HEX triplet: 85, F1 and 24. RGB value is (133,241,36). Sum of RGB (Red+Green+Blue) = 133+241+36=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #85F124 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F124 is #7A0EDB. Grayscale: #BABABA. Windows color (decimal): -7999196 or 2421125. OLE color: 2421125.
HSL color Cylindrical-coordinate representation of color #85F124: hue angle of 91.61º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85F124 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 36 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.05 |
| HSL | 91.61º | 0.88% | 0.54% | - |
| HSV(B) | 91.61º | 0.85% | 0.95% | - |
| XYZ | 41.45 | 68.02 | 12.61 | - |
| YUV | 185.34 | 43.72 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 36 | 0.45 | 0 | 0.85 | 0.05 | 91.61 | 0.88 | 0.54 |
| Hex | 85 | F1 | 24 | 2D | 0 | 55 | 5 | 5C | 58 | 36 |
| Octal | 205 | 361 | 44 | 55 | 0 | 125 | 5 | 134 | 130 | 66 |
| Binary | 10000101 | 11110001 | 100100 | 101101 | 0 | 1010101 | 101 | 1011100 | 1011000 | 110110 |
Color Harmonies of #85F124
Complementary color
Monochromatic Colors of #85F124
Black with #85F124
Text Example
Text Example
White with #85F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F124; }
p { color: rgb(133,241,36); }
H1.HeaderClassName
{
color: #85F124;
}
.AnyTagClassName
{
color: #85F124;
}
</style>
background-color css
<style>
a { background-color: #85F124; }
a { background-color: rgb(133,241,36); }
div.DivClassName
{
background-color: #85F124;
}
.BgClassName
{
background-color: #85F124;
}
</style>
border-color css
<style>
span { border-color: #85F124; }
span { border-color: rgb(133,241,36); }
td.TdClassName
{
border-color: #85F124;
}
.TagClassName
{
border-color: #85F124;
}
</style>