#85CA67

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

Shades of Mantis #85CA67

Tints of Mantis #85CA67

Color information

#85CA67 (or 0x85CA67) is unknown color: approx Mantis. HEX triplet: 85, CA and 67. RGB value is (133,202,103). Sum of RGB (Red+Green+Blue) = 133+202+103=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA67 is #7A3598. Grayscale: #AAAAAA. Windows color (decimal): -8009113 or 6802053. OLE color: 6802053.

HSL color Cylindrical-coordinate representation of color #85CA67: hue angle of 101.82º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85CA67 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB133202103-
CMYK0.3400.490.21
HSL101.82º48.29%59.8%-
HSV(B)101.82º49.01%79.22%-
XYZ33.2448.2120.38-
YUV170.0890.14101.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 103 (40.62% from 255) = 23.52%
R=30.37%
G=46.12%
B=23.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021030.3400.490.21101.8248.2959.8
Hex85CA67220311566303c
Octal20531214742061251466074
Binary100001011100101011001111000100110001101011100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,202,103); }

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

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

 a { background-color: rgb(133,202,103); }

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

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

 span { border-color: rgb(133,202,103); }

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