Shades of Lawn Green #85F21B
Tints of Lawn Green #85F21B
RGB
CMYK
RGB Variations
Color information
#85F21B (or 0x85F21B) is known color: Lawn Green. HEX triplet: 85, F2 and 1B. RGB value is (133,242,27). Sum of RGB (Red+Green+Blue) = 133+242+27=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #85F21B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F21B is #7A0DE4. Grayscale: #B9B9B9. Windows color (decimal): -7998949 or 1831557. OLE color: 1831557.
HSL color Cylindrical-coordinate representation of color #85F21B: hue angle of 90.42º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85F21B is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 27 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.05 |
| HSL | 90.42º | 0.89% | 0.53% | - |
| HSV(B) | 90.42º | 0.89% | 0.95% | - |
| XYZ | 41.62 | 68.57 | 12.08 | - |
| YUV | 184.9 | 38.89 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 27 | 0.45 | 0 | 0.89 | 0.05 | 90.42 | 0.89 | 0.53 |
| Hex | 85 | F2 | 1B | 2D | 0 | 59 | 5 | 5A | 59 | 35 |
| Octal | 205 | 362 | 33 | 55 | 0 | 131 | 5 | 132 | 131 | 65 |
| Binary | 10000101 | 11110010 | 11011 | 101101 | 0 | 1011001 | 101 | 1011010 | 1011001 | 110101 |
Color Harmonies of #85F21B
Complementary color
Monochromatic Colors of #85F21B
Black with #85F21B
Text Example
Text Example
White with #85F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F21B; }
p { color: rgb(133,242,27); }
H1.HeaderClassName
{
color: #85F21B;
}
.AnyTagClassName
{
color: #85F21B;
}
</style>
background-color css
<style>
a { background-color: #85F21B; }
a { background-color: rgb(133,242,27); }
div.DivClassName
{
background-color: #85F21B;
}
.BgClassName
{
background-color: #85F21B;
}
</style>
border-color css
<style>
span { border-color: #85F21B; }
span { border-color: rgb(133,242,27); }
td.TdClassName
{
border-color: #85F21B;
}
.TagClassName
{
border-color: #85F21B;
}
</style>