Shades of Lawn Green #85E908
Tints of Lawn Green #85E908
RGB
CMYK
RGB Variations
Color information
#85E908 (or 0x85E908) is known color: Lawn Green. HEX triplet: 85, E9 and 08. RGB value is (133,233,8). Sum of RGB (Red+Green+Blue) = 133+233+8=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #85E908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E908 is #7A16F7. Grayscale: #B2B2B2. Windows color (decimal): -8001272 or 584069. OLE color: 584069.
HSL color Cylindrical-coordinate representation of color #85E908: hue angle of 86.67º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85E908 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 8 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.09 |
| HSL | 86.67º | 0.93% | 0.47% | - |
| HSV(B) | 86.67º | 0.97% | 0.91% | - |
| XYZ | 38.86 | 63.28 | 10.4 | - |
| YUV | 177.45 | 32.37 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 8 | 0.43 | 0 | 0.97 | 0.09 | 86.67 | 0.93 | 0.47 |
| Hex | 85 | E9 | 8 | 2B | 0 | 61 | 9 | 57 | 5D | 2F |
| Octal | 205 | 351 | 10 | 53 | 0 | 141 | 11 | 127 | 135 | 57 |
| Binary | 10000101 | 11101001 | 1000 | 101011 | 0 | 1100001 | 1001 | 1010111 | 1011101 | 101111 |
Color Harmonies of #85E908
Complementary color
Monochromatic Colors of #85E908
Black with #85E908
Text Example
Text Example
White with #85E908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E908; }
p { color: rgb(133,233,8); }
H1.HeaderClassName
{
color: #85E908;
}
.AnyTagClassName
{
color: #85E908;
}
</style>
background-color css
<style>
a { background-color: #85E908; }
a { background-color: rgb(133,233,8); }
div.DivClassName
{
background-color: #85E908;
}
.BgClassName
{
background-color: #85E908;
}
</style>
border-color css
<style>
span { border-color: #85E908; }
span { border-color: rgb(133,233,8); }
td.TdClassName
{
border-color: #85E908;
}
.TagClassName
{
border-color: #85E908;
}
</style>