#85C364

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

Shades of Mantis #85C364

Tints of Mantis #85C364

Color information

#85C364 (or 0x85C364) is unknown color: approx Mantis. HEX triplet: 85, C3 and 64. RGB value is (133,195,100). Sum of RGB (Red+Green+Blue) = 133+195+100=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #85C364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C364 is #7A3C9B. Grayscale: #A5A5A5. Windows color (decimal): -8010908 or 6603653. OLE color: 6603653.

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

Color convert

RGB133195100-
CMYK0.3200.490.24
HSL99.16º44.19%57.84%-
HSV(B)99.16º48.72%76.47%-
XYZ31.4944.9419.07-
YUV165.6390.96104.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 195 (76.56% from 255) = 45.56%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=31.07%
G=45.56%
B=23.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331951000.3200.490.2499.1644.1957.84
Hex85C3642003118632c3a
Octal20530314440061301435472
Binary100001011100001111001001000000110001110001100011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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