Shades of Lawn Green #85F401
Tints of Lawn Green #85F401
RGB
CMYK
RGB Variations
Color information
#85F401 (or 0x85F401) is known color: Lawn Green. HEX triplet: 85, F4 and 01. RGB value is (133,244,1). Sum of RGB (Red+Green+Blue) = 133+244+1=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 244 (95.70% from 255 or 64.55% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 244 - color contains mainly: green. Hex color #85F401 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F401 is #7A0BFE. Grayscale: #B7B7B7. Windows color (decimal): -7998463 or 128133. OLE color: 128133.
HSL color Cylindrical-coordinate representation of color #85F401: hue angle of 87.41º 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 #85F401 is Cyan = 0.45, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 1 | - |
| CMYK | 0.45 | 0 | 1.00 | 0.04 |
| HSL | 87.41º | 0.99% | 0.48% | - |
| HSV(B) | 87.41º | 1% | 0.96% | - |
| XYZ | 42.03 | 69.69 | 11.27 | - |
| YUV | 183.11 | 25.23 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 1 | 0.45 | 0 | 1.00 | 0.04 | 87.41 | 0.99 | 0.48 |
| Hex | 85 | F4 | 1 | 2D | 0 | 64 | 4 | 57 | 63 | 30 |
| Octal | 205 | 364 | 1 | 55 | 0 | 144 | 4 | 127 | 143 | 60 |
| Binary | 10000101 | 11110100 | 1 | 101101 | 0 | 1100100 | 100 | 1010111 | 1100011 | 110000 |
Color Harmonies of #85F401
Complementary color
Monochromatic Colors of #85F401
Black with #85F401
Text Example
Text Example
White with #85F401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F401; }
p { color: rgb(133,244,1); }
H1.HeaderClassName
{
color: #85F401;
}
.AnyTagClassName
{
color: #85F401;
}
</style>
background-color css
<style>
a { background-color: #85F401; }
a { background-color: rgb(133,244,1); }
div.DivClassName
{
background-color: #85F401;
}
.BgClassName
{
background-color: #85F401;
}
</style>
border-color css
<style>
span { border-color: #85F401; }
span { border-color: rgb(133,244,1); }
td.TdClassName
{
border-color: #85F401;
}
.TagClassName
{
border-color: #85F401;
}
</style>