#85C412

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

Shades of Lima #85C412

Tints of Lima #85C412

Color information

#85C412 (or 0x85C412) is unknown color: approx Lima. HEX triplet: 85, C4 and 12. RGB value is (133,196,18). Sum of RGB (Red+Green+Blue) = 133+196+18=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #85C412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C412 is #7A3BED. Grayscale: #9D9D9D. Windows color (decimal): -8010734 or 1229957. OLE color: 1229957.

HSL color Cylindrical-coordinate representation of color #85C412: hue angle of 81.24º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85C412 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB13319618-
CMYK0.3200.910.23
HSL81.24º83.18%41.96%-
HSV(B)81.24º90.82%76.86%-
XYZ29.5244.517.61-
YUV156.8749.63110.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 196 (76.95% from 255) = 56.48%
BLUE value IS 18 (7.42% from 255) = 5.19%
R=38.33%
G=56.48%
B=5.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133196180.3200.910.2381.2483.1841.96
Hex85C4122005B1751532a
Octal205304224001332712112352
Binary100001011100010010010100000010110111011110100011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,196,18); }

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

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

 a { background-color: rgb(133,196,18); }

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

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

 span { border-color: rgb(133,196,18); }

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