#85C85A

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

Shades of Mantis #85C85A

Tints of Mantis #85C85A

Color information

#85C85A (or 0x85C85A) is unknown color: approx Mantis. HEX triplet: 85, C8 and 5A. RGB value is (133,200,90). Sum of RGB (Red+Green+Blue) = 133+200+90=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #85C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C85A is #7A37A5. Grayscale: #A7A7A7. Windows color (decimal): -8009638 or 5949573. OLE color: 5949573.

HSL color Cylindrical-coordinate representation of color #85C85A: hue angle of 96.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85C85A is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB13320090-
CMYK0.3400.550.22
HSL96.55º50%56.86%-
HSV(B)96.55º55%78.43%-
XYZ32.1747.0317.06-
YUV167.4384.3103.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 200 (78.52% from 255) = 47.28%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=31.44%
G=47.28%
B=21.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133200900.3400.550.2296.555056.86
Hex85C85A2203716613239
Octal20531013242067261416271
Binary100001011100100010110101000100110111101101100001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,200,90); }

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

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

 a { background-color: rgb(133,200,90); }

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

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

 span { border-color: rgb(133,200,90); }

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