Shades of Lawn Green #85F501
Tints of Lawn Green #85F501
RGB
CMYK
RGB Variations
Color information
#85F501 (or 0x85F501) is known color: Lawn Green. HEX triplet: 85, F5 and 01. RGB value is (133,245,1). Sum of RGB (Red+Green+Blue) = 133+245+1=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #85F501 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F501 is #7A0AFE. Grayscale: #B8B8B8. Windows color (decimal): -7998207 or 128389. OLE color: 128389.
HSL color Cylindrical-coordinate representation of color #85F501: hue angle of 87.54º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85F501 is Cyan = 0.46, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 1 | - |
| CMYK | 0.46 | 0 | 1.00 | 0.04 |
| HSL | 87.54º | 0.99% | 0.48% | - |
| HSV(B) | 87.54º | 1% | 0.96% | - |
| XYZ | 42.33 | 70.29 | 11.37 | - |
| YUV | 183.7 | 24.89 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 1 | 0.46 | 0 | 1.00 | 0.04 | 87.54 | 0.99 | 0.48 |
| Hex | 85 | F5 | 1 | 2E | 0 | 64 | 4 | 58 | 63 | 30 |
| Octal | 205 | 365 | 1 | 56 | 0 | 144 | 4 | 130 | 143 | 60 |
| Binary | 10000101 | 11110101 | 1 | 101110 | 0 | 1100100 | 100 | 1011000 | 1100011 | 110000 |
Color Harmonies of #85F501
Complementary color
Monochromatic Colors of #85F501
Black with #85F501
Text Example
Text Example
White with #85F501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F501; }
p { color: rgb(133,245,1); }
H1.HeaderClassName
{
color: #85F501;
}
.AnyTagClassName
{
color: #85F501;
}
</style>
background-color css
<style>
a { background-color: #85F501; }
a { background-color: rgb(133,245,1); }
div.DivClassName
{
background-color: #85F501;
}
.BgClassName
{
background-color: #85F501;
}
</style>
border-color css
<style>
span { border-color: #85F501; }
span { border-color: rgb(133,245,1); }
td.TdClassName
{
border-color: #85F501;
}
.TagClassName
{
border-color: #85F501;
}
</style>