#85ED0A

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

Shades of Lawn Green #85ED0A

Tints of Lawn Green #85ED0A

Color information

#85ED0A (or 0x85ED0A) is unknown color: approx Lawn Green. HEX triplet: 85, ED and 0A. RGB value is (133,237,10). Sum of RGB (Red+Green+Blue) = 133+237+10=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 237 (92.97% from 255 or 62.37% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85ED0A is #7A12F5. Grayscale: #B4B4B4. Windows color (decimal): -8000246 or 716165. OLE color: 716165.

HSL color Cylindrical-coordinate representation of color #85ED0A: hue angle of 87.49º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85ED0A is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB13323710-
CMYK0.4400.960.07
HSL87.49º91.9%48.43%-
HSV(B)87.49º95.78%92.94%-
XYZ40.0165.5810.84-
YUV180.0332.0494.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 237 (92.97% from 255) = 62.37%
BLUE value IS 10 (4.30% from 255) = 2.63%
R=35%
G=62.37%
B=2.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133237100.4400.960.0787.4991.948.43
Hex85EDA2C0607575c30
Octal20535512540140712713460
Binary100001011110110110101011000110000011110101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ED0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,237,10); }

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

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

 a { background-color: rgb(133,237,10); }

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

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

 span { border-color: rgb(133,237,10); }

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