Shades of Lawn Green #85F229
Tints of Lawn Green #85F229
RGB
CMYK
RGB Variations
Color information
#85F229 (or 0x85F229) is known color: Lawn Green. HEX triplet: 85, F2 and 29. RGB value is (133,242,41). Sum of RGB (Red+Green+Blue) = 133+242+41=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #85F229 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F229 is #7A0DD6. Grayscale: #BBBBBB. Windows color (decimal): -7998935 or 2749061. OLE color: 2749061.
HSL color Cylindrical-coordinate representation of color #85F229: hue angle of 92.54º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85F229 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 41 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.05 |
| HSL | 92.54º | 0.89% | 0.55% | - |
| HSV(B) | 92.54º | 0.83% | 0.95% | - |
| XYZ | 41.83 | 68.65 | 13.14 | - |
| YUV | 186.5 | 45.89 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 41 | 0.45 | 0 | 0.83 | 0.05 | 92.54 | 0.89 | 0.55 |
| Hex | 85 | F2 | 29 | 2D | 0 | 53 | 5 | 5D | 59 | 37 |
| Octal | 205 | 362 | 51 | 55 | 0 | 123 | 5 | 135 | 131 | 67 |
| Binary | 10000101 | 11110010 | 101001 | 101101 | 0 | 1010011 | 101 | 1011101 | 1011001 | 110111 |
Color Harmonies of #85F229
Complementary color
Monochromatic Colors of #85F229
Black with #85F229
Text Example
Text Example
White with #85F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F229; }
p { color: rgb(133,242,41); }
H1.HeaderClassName
{
color: #85F229;
}
.AnyTagClassName
{
color: #85F229;
}
</style>
background-color css
<style>
a { background-color: #85F229; }
a { background-color: rgb(133,242,41); }
div.DivClassName
{
background-color: #85F229;
}
.BgClassName
{
background-color: #85F229;
}
</style>
border-color css
<style>
span { border-color: #85F229; }
span { border-color: rgb(133,242,41); }
td.TdClassName
{
border-color: #85F229;
}
.TagClassName
{
border-color: #85F229;
}
</style>