Shades of Lawn Green #85F324
Tints of Lawn Green #85F324
RGB
CMYK
RGB Variations
Color information
#85F324 (or 0x85F324) is known color: Lawn Green. HEX triplet: 85, F3 and 24. RGB value is (133,243,36). Sum of RGB (Red+Green+Blue) = 133+243+36=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 243 (95.31% from 255 or 58.98% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 243 - color contains mainly: green. Hex color #85F324 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F324 is #7A0CDB. Grayscale: #BBBBBB. Windows color (decimal): -7998684 or 2421637. OLE color: 2421637.
HSL color Cylindrical-coordinate representation of color #85F324: hue angle of 91.88º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85F324 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 36 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.05 |
| HSL | 91.88º | 0.9% | 0.55% | - |
| HSV(B) | 91.88º | 0.85% | 0.95% | - |
| XYZ | 42.04 | 69.22 | 12.81 | - |
| YUV | 186.51 | 43.06 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 36 | 0.45 | 0 | 0.85 | 0.05 | 91.88 | 0.9 | 0.55 |
| Hex | 85 | F3 | 24 | 2D | 0 | 55 | 5 | 5C | 5A | 37 |
| Octal | 205 | 363 | 44 | 55 | 0 | 125 | 5 | 134 | 132 | 67 |
| Binary | 10000101 | 11110011 | 100100 | 101101 | 0 | 1010101 | 101 | 1011100 | 1011010 | 110111 |
Color Harmonies of #85F324
Complementary color
Monochromatic Colors of #85F324
Black with #85F324
Text Example
Text Example
White with #85F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F324; }
p { color: rgb(133,243,36); }
H1.HeaderClassName
{
color: #85F324;
}
.AnyTagClassName
{
color: #85F324;
}
</style>
background-color css
<style>
a { background-color: #85F324; }
a { background-color: rgb(133,243,36); }
div.DivClassName
{
background-color: #85F324;
}
.BgClassName
{
background-color: #85F324;
}
</style>
border-color css
<style>
span { border-color: #85F324; }
span { border-color: rgb(133,243,36); }
td.TdClassName
{
border-color: #85F324;
}
.TagClassName
{
border-color: #85F324;
}
</style>