#85C15D

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

Shades of Mantis #85C15D

Tints of Mantis #85C15D

Color information

#85C15D (or 0x85C15D) is unknown color: approx Mantis. HEX triplet: 85, C1 and 5D. RGB value is (133,193,93). Sum of RGB (Red+Green+Blue) = 133+193+93=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #85C15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C15D is #7A3EA2. Grayscale: #A3A3A3. Windows color (decimal): -8011427 or 6144389. OLE color: 6144389.

HSL color Cylindrical-coordinate representation of color #85C15D: hue angle of 96º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85C15D is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB13319393-
CMYK0.3100.520.24
HSL96º44.64%56.08%-
HSV(B)96º51.81%75.69%-
XYZ30.7243.9217.21-
YUV163.6688.12106.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 193 (75.78% from 255) = 46.06%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=31.74%
G=46.06%
B=22.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133193930.3100.520.249644.6456.08
Hex85C15D1F03418602d38
Octal20530113537064301405570
Binary10000101110000011011101111110110100110001100000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,193,93); }

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

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

 a { background-color: rgb(133,193,93); }

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

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

 span { border-color: rgb(133,193,93); }

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