Shades of Lawn Green #85F510
Tints of Lawn Green #85F510
RGB
CMYK
RGB Variations
Color information
#85F510 (or 0x85F510) is known color: Lawn Green. HEX triplet: 85, F5 and 10. RGB value is (133,245,16). Sum of RGB (Red+Green+Blue) = 133+245+16=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 245 (96.09% from 255 or 62.18% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 245 - color contains mainly: green. Hex color #85F510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F510 is #7A0AEF. Grayscale: #BABABA. Windows color (decimal): -7998192 or 1111429. OLE color: 1111429.
HSL color Cylindrical-coordinate representation of color #85F510: hue angle of 89.34º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85F510 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 16 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.04 |
| HSL | 89.34º | 0.92% | 0.51% | - |
| HSV(B) | 89.34º | 0.93% | 0.96% | - |
| XYZ | 42.42 | 70.33 | 11.83 | - |
| YUV | 185.41 | 32.39 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 16 | 0.46 | 0 | 0.93 | 0.04 | 89.34 | 0.92 | 0.51 |
| Hex | 85 | F5 | 10 | 2E | 0 | 5D | 4 | 59 | 5C | 33 |
| Octal | 205 | 365 | 20 | 56 | 0 | 135 | 4 | 131 | 134 | 63 |
| Binary | 10000101 | 11110101 | 10000 | 101110 | 0 | 1011101 | 100 | 1011001 | 1011100 | 110011 |
Color Harmonies of #85F510
Complementary color
Monochromatic Colors of #85F510
Black with #85F510
Text Example
Text Example
White with #85F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F510; }
p { color: rgb(133,245,16); }
H1.HeaderClassName
{
color: #85F510;
}
.AnyTagClassName
{
color: #85F510;
}
</style>
background-color css
<style>
a { background-color: #85F510; }
a { background-color: rgb(133,245,16); }
div.DivClassName
{
background-color: #85F510;
}
.BgClassName
{
background-color: #85F510;
}
</style>
border-color css
<style>
span { border-color: #85F510; }
span { border-color: rgb(133,245,16); }
td.TdClassName
{
border-color: #85F510;
}
.TagClassName
{
border-color: #85F510;
}
</style>