#85B40E

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

Shades of Lima #85B40E

Tints of Lima #85B40E

Color information

#85B40E (or 0x85B40E) is unknown color: approx Lima. HEX triplet: 85, B4 and 0E. RGB value is (133,180,14). Sum of RGB (Red+Green+Blue) = 133+180+14=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #85B40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B40E is #7A4BF1. Grayscale: #939393. Windows color (decimal): -8014834 or 963717. OLE color: 963717.

HSL color Cylindrical-coordinate representation of color #85B40E: hue angle of 76.99º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85B40E is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB13318014-
CMYK0.2600.920.29
HSL76.99º85.57%38.04%-
HSV(B)76.99º92.22%70.59%-
XYZ26.0737.666.31-
YUV147.0252.93118-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 14 (5.86% from 255) = 4.28%
R=40.67%
G=55.05%
B=4.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133180140.2600.920.2976.9985.5738.04
Hex85B4E1A05C1D4d5626
Octal205264163201343511512646
Binary1000010110110100111011010010111001110110011011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,180,14); }

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

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

 a { background-color: rgb(133,180,14); }

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

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

 span { border-color: rgb(133,180,14); }

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