#85C665

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

Shades of Mantis #85C665

Tints of Mantis #85C665

Color information

#85C665 (or 0x85C665) is unknown color: approx Mantis. HEX triplet: 85, C6 and 65. RGB value is (133,198,101). Sum of RGB (Red+Green+Blue) = 133+198+101=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #85C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C665 is #7A399A. Grayscale: #A7A7A7. Windows color (decimal): -8010139 or 6669957. OLE color: 6669957.

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

Color convert

RGB133198101-
CMYK0.3300.490.22
HSL100.21º45.97%58.63%-
HSV(B)100.21º48.99%77.65%-
XYZ32.2246.3119.55-
YUV167.5190.47103.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 198 (77.73% from 255) = 45.83%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=30.79%
G=45.83%
B=23.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331981010.3300.490.22100.2145.9758.63
Hex85C6652103116642e3b
Octal20530614541061261445673
Binary100001011100011011001011000010110001101101100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,198,101); }

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

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

 a { background-color: rgb(133,198,101); }

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

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

 span { border-color: rgb(133,198,101); }

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