#85B411

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

Shades of Lima #85B411

Tints of Lima #85B411

Color information

#85B411 (or 0x85B411) is unknown color: approx Lima. HEX triplet: 85, B4 and 11. RGB value is (133,180,17). Sum of RGB (Red+Green+Blue) = 133+180+17=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #85B411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B411 is #7A4BEE. Grayscale: #939393. Windows color (decimal): -8014831 or 1160325. OLE color: 1160325.

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

Color convert

RGB13318017-
CMYK0.2600.910.29
HSL77.3º82.74%38.63%-
HSV(B)77.3º90.56%70.59%-
XYZ26.137.676.43-
YUV147.3654.43117.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 180 (70.70% from 255) = 54.55%
BLUE value IS 17 (7.03% from 255) = 5.15%
R=40.30%
G=54.55%
B=5.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133180170.2600.910.2977.382.7438.63
Hex85B4111A05B1D4d5327
Octal205264213201333511512347
Binary10000101101101001000111010010110111110110011011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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