Shades of Lawn Green #85F621
Tints of Lawn Green #85F621
RGB
CMYK
RGB Variations
Color information
#85F621 (or 0x85F621) is known color: Lawn Green. HEX triplet: 85, F6 and 21. RGB value is (133,246,33). Sum of RGB (Red+Green+Blue) = 133+246+33=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 246 (96.48% from 255 or 59.71% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 246 - color contains mainly: green. Hex color #85F621 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F621 is #7A09DE. Grayscale: #BCBCBC. Windows color (decimal): -7997919 or 2225797. OLE color: 2225797.
HSL color Cylindrical-coordinate representation of color #85F621: hue angle of 91.83º 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 #85F621 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 33 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.04 |
| HSL | 91.83º | 0.92% | 0.55% | - |
| HSV(B) | 91.83º | 0.87% | 0.96% | - |
| XYZ | 42.9 | 71.01 | 12.88 | - |
| YUV | 187.93 | 40.56 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 33 | 0.46 | 0 | 0.87 | 0.04 | 91.83 | 0.92 | 0.55 |
| Hex | 85 | F6 | 21 | 2E | 0 | 57 | 4 | 5C | 5C | 37 |
| Octal | 205 | 366 | 41 | 56 | 0 | 127 | 4 | 134 | 134 | 67 |
| Binary | 10000101 | 11110110 | 100001 | 101110 | 0 | 1010111 | 100 | 1011100 | 1011100 | 110111 |
Color Harmonies of #85F621
Complementary color
Monochromatic Colors of #85F621
Black with #85F621
Text Example
Text Example
White with #85F621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F621; }
p { color: rgb(133,246,33); }
H1.HeaderClassName
{
color: #85F621;
}
.AnyTagClassName
{
color: #85F621;
}
</style>
background-color css
<style>
a { background-color: #85F621; }
a { background-color: rgb(133,246,33); }
div.DivClassName
{
background-color: #85F621;
}
.BgClassName
{
background-color: #85F621;
}
</style>
border-color css
<style>
span { border-color: #85F621; }
span { border-color: rgb(133,246,33); }
td.TdClassName
{
border-color: #85F621;
}
.TagClassName
{
border-color: #85F621;
}
</style>