#85C864

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

Shades of Mantis #85C864

Tints of Mantis #85C864

Color information

#85C864 (or 0x85C864) is unknown color: approx Mantis. HEX triplet: 85, C8 and 64. RGB value is (133,200,100). Sum of RGB (Red+Green+Blue) = 133+200+100=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #85C864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C864 is #7A379B. Grayscale: #A8A8A8. Windows color (decimal): -8009628 or 6604933. OLE color: 6604933.

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

Color convert

RGB133200100-
CMYK0.3400.50.22
HSL100.2º47.62%58.82%-
HSV(B)100.2º50%78.43%-
XYZ32.6347.2219.45-
YUV168.5789.3102.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 200 (78.52% from 255) = 46.19%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=30.72%
G=46.19%
B=23.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1332001000.3400.50.22100.247.6258.82
Hex85C864220321664303b
Octal20531014442062261446073
Binary100001011100100011001001000100110010101101100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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