Shades of Lawn Green #85F619
Tints of Lawn Green #85F619
RGB
CMYK
RGB Variations
Color information
#85F619 (or 0x85F619) is known color: Lawn Green. HEX triplet: 85, F6 and 19. RGB value is (133,246,25). Sum of RGB (Red+Green+Blue) = 133+246+25=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 246 (96.48% from 255 or 60.89% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 246 - color contains mainly: green. Hex color #85F619 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F619 is #7A09E6. Grayscale: #BBBBBB. Windows color (decimal): -7997927 or 1701509. OLE color: 1701509.
HSL color Cylindrical-coordinate representation of color #85F619: hue angle of 90.68º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85F619 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 246 | 25 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.04 |
| HSL | 90.68º | 0.92% | 0.53% | - |
| HSV(B) | 90.68º | 0.9% | 0.96% | - |
| XYZ | 42.8 | 70.97 | 12.36 | - |
| YUV | 187.02 | 36.56 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 246 | 25 | 0.46 | 0 | 0.90 | 0.04 | 90.68 | 0.92 | 0.53 |
| Hex | 85 | F6 | 19 | 2E | 0 | 5A | 4 | 5B | 5C | 35 |
| Octal | 205 | 366 | 31 | 56 | 0 | 132 | 4 | 133 | 134 | 65 |
| Binary | 10000101 | 11110110 | 11001 | 101110 | 0 | 1011010 | 100 | 1011011 | 1011100 | 110101 |
Color Harmonies of #85F619
Complementary color
Monochromatic Colors of #85F619
Black with #85F619
Text Example
Text Example
White with #85F619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F619; }
p { color: rgb(133,246,25); }
H1.HeaderClassName
{
color: #85F619;
}
.AnyTagClassName
{
color: #85F619;
}
</style>
background-color css
<style>
a { background-color: #85F619; }
a { background-color: rgb(133,246,25); }
div.DivClassName
{
background-color: #85F619;
}
.BgClassName
{
background-color: #85F619;
}
</style>
border-color css
<style>
span { border-color: #85F619; }
span { border-color: rgb(133,246,25); }
td.TdClassName
{
border-color: #85F619;
}
.TagClassName
{
border-color: #85F619;
}
</style>