#85BD18

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

Shades of Lima #85BD18

Tints of Lima #85BD18

Color information

#85BD18 (or 0x85BD18) is unknown color: approx Lima. HEX triplet: 85, BD and 18. RGB value is (133,189,24). Sum of RGB (Red+Green+Blue) = 133+189+24=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BD18 is #7A42E7. Grayscale: #9A9A9A. Windows color (decimal): -8012520 or 1621381. OLE color: 1621381.

HSL color Cylindrical-coordinate representation of color #85BD18: hue angle of 80.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85BD18 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB13318924-
CMYK0.3000.870.26
HSL80.36º77.46%41.76%-
HSV(B)80.36º87.3%74.12%-
XYZ28.0441.457.39-
YUV153.4554.95113.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 189 (74.22% from 255) = 54.62%
BLUE value IS 24 (9.77% from 255) = 6.94%
R=38.44%
G=54.62%
B=6.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133189240.3000.870.2680.3677.4641.76
Hex85BD181E0571A504d2a
Octal205275303601273212011552
Binary10000101101111011100011110010101111101010100001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,189,24); }

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

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

 a { background-color: rgb(133,189,24); }

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

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

 span { border-color: rgb(133,189,24); }

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