Shades of Lawn Green #85E602
Tints of Lawn Green #85E602
RGB
CMYK
RGB Variations
Color information
#85E602 (or 0x85E602) is known color: Lawn Green. HEX triplet: 85, E6 and 02. RGB value is (133,230,2). Sum of RGB (Red+Green+Blue) = 133+230+2=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 230 (90.23% from 255 or 63.01% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 230 - color contains mainly: green. Hex color #85E602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E602 is #7A19FD. Grayscale: #AFAFAF. Windows color (decimal): -8002046 or 190085. OLE color: 190085.
HSL color Cylindrical-coordinate representation of color #85E602: hue angle of 85.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85E602 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 230 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.10 |
| HSL | 85.53º | 0.98% | 0.45% | - |
| HSV(B) | 85.53º | 0.99% | 0.9% | - |
| XYZ | 37.98 | 61.58 | 9.94 | - |
| YUV | 175.01 | 30.36 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 230 | 2 | 0.42 | 0 | 0.99 | 0.10 | 85.53 | 0.98 | 0.45 |
| Hex | 85 | E6 | 2 | 2A | 0 | 63 | A | 56 | 62 | 2D |
| Octal | 205 | 346 | 2 | 52 | 0 | 143 | 12 | 126 | 142 | 55 |
| Binary | 10000101 | 11100110 | 10 | 101010 | 0 | 1100011 | 1010 | 1010110 | 1100010 | 101101 |
Color Harmonies of #85E602
Complementary color
Monochromatic Colors of #85E602
Black with #85E602
Text Example
Text Example
White with #85E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E602; }
p { color: rgb(133,230,2); }
H1.HeaderClassName
{
color: #85E602;
}
.AnyTagClassName
{
color: #85E602;
}
</style>
background-color css
<style>
a { background-color: #85E602; }
a { background-color: rgb(133,230,2); }
div.DivClassName
{
background-color: #85E602;
}
.BgClassName
{
background-color: #85E602;
}
</style>
border-color css
<style>
span { border-color: #85E602; }
span { border-color: rgb(133,230,2); }
td.TdClassName
{
border-color: #85E602;
}
.TagClassName
{
border-color: #85E602;
}
</style>