#85EB0A

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

Shades of Lawn Green #85EB0A

Tints of Lawn Green #85EB0A

Color information

#85EB0A (or 0x85EB0A) is unknown color: approx Lawn Green. HEX triplet: 85, EB and 0A. RGB value is (133,235,10). Sum of RGB (Red+Green+Blue) = 133+235+10=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 235 (92.19% from 255 or 62.17% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EB0A is #7A14F5. Grayscale: #B3B3B3. Windows color (decimal): -8000758 or 715653. OLE color: 715653.

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

Color convert

RGB13323510-
CMYK0.4300.960.08
HSL87.2º91.84%48.04%-
HSV(B)87.2º95.74%92.16%-
XYZ39.4464.4310.64-
YUV178.8532.7195.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 235 (92.19% from 255) = 62.17%
BLUE value IS 10 (4.30% from 255) = 2.65%
R=35.19%
G=62.17%
B=2.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal133235100.4300.960.0887.291.8448.04
Hex85EBA2B0608575c30
Octal205353125301401012713460
Binary1000010111101011101010101101100000100010101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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