#85c324

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

Shades of Lima #85C324

Tints of Lima #85C324

Color information

#85C324 (or 0x85C324) is unknown color: approx Lima. HEX triplet: 85, C3 and 24. RGB value is (133,195,36). Sum of RGB (Red+Green+Blue) = 133+195+36=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #85C324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C324 is #7A3CDB. Grayscale: #9E9E9E. Windows color (decimal): -8010972 or 2409349. OLE color: 2409349.

HSL color Cylindrical-coordinate representation of color #85C324: hue angle of 83.4º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85C324 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB13319536-
CMYK0.3200.820.24
HSL83.4º68.83%45.29%-
HSV(B)83.4º81.54%76.47%-
XYZ29.5144.148.63-
YUV158.3458.96109.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 195 (76.56% from 255) = 53.57%
BLUE value IS 36 (14.45% from 255) = 9.89%
R=36.54%
G=53.57%
B=9.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133195360.3200.820.2483.468.8345.29
Hex85C324200521853452d
Octal205303444001223012310555
Binary1000010111000011100100100000010100101100010100111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85c324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,195,36); }

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

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

 a { background-color: rgb(133,195,36); }

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

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

 span { border-color: rgb(133,195,36); }

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