#85AF10

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

Shades of Lima #85AF10

Tints of Lima #85AF10

Color information

#85AF10 (or 0x85AF10) is unknown color: approx Lima. HEX triplet: 85, AF and 10. RGB value is (133,175,16). Sum of RGB (Red+Green+Blue) = 133+175+16=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AF10 is #7A50EF. Grayscale: #909090. Windows color (decimal): -8016112 or 1093509. OLE color: 1093509.

HSL color Cylindrical-coordinate representation of color #85AF10: hue angle of 75.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85AF10 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB13317516-
CMYK0.2400.910.31
HSL75.85º83.25%37.45%-
HSV(B)75.85º90.86%68.63%-
XYZ25.135.686.06-
YUV144.3255.59119.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 175 (68.75% from 255) = 54.01%
BLUE value IS 16 (6.64% from 255) = 4.94%
R=41.05%
G=54.01%
B=4.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133175160.2400.910.3175.8583.2537.45
Hex85AF101805B1F4c5325
Octal205257203001333711412345
Binary10000101101011111000011000010110111111110011001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,175,16); }

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

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

 a { background-color: rgb(133,175,16); }

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

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

 span { border-color: rgb(133,175,16); }

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