#85E605

Color #85E605 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #85E605

Tints of Lawn Green #85E605

Color information

#85E605 (or 0x85E605) is unknown color: approx Lawn Green. HEX triplet: 85, E6 and 05. RGB value is (133,230,5). Sum of RGB (Red+Green+Blue) = 133+230+5=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #85E605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E605 is #7A19FA. Grayscale: #B0B0B0. Windows color (decimal): -8002043 or 386693. OLE color: 386693.

HSL color Cylindrical-coordinate representation of color #85E605: hue angle of 85.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85E605 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB1332305-
CMYK0.4200.980.10
HSL85.87º95.74%46.08%-
HSV(B)85.87º97.83%90.2%-
XYZ3861.5910.03-
YUV175.3531.8697.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 230 (90.23% from 255) = 62.5%
BLUE value IS 5 (2.34% from 255) = 1.36%
R=36.14%
G=62.5%
B=1.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal13323050.4200.980.1085.8795.7446.08
Hex85E652A062A56602e
Octal20534655201421212614056
Binary100001011110011010110101001100010101010101101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85E605; }

 p { color: rgb(133,230,5); }

 H1.HeaderClassName
 {
   color: #85E605;
 }
 .AnyTagClassName
 {
   color: #85E605;
 }
</style>
background-color css

<style>
 a { background-color: #85E605; }

 a { background-color: rgb(133,230,5); }

 div.DivClassName
 {
   background-color: #85E605;
 }
 .BgClassName
 {
   background-color: #85E605;
 }
</style>
border-color css

<style>
 span { border-color: #85E605; }

 span { border-color: rgb(133,230,5); }

 td.TdClassName
 {
   border-color: #85E605;
 }
 .TagClassName
 {
   border-color: #85E605;
 }
</style>