#85CD56

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

Shades of Mantis #85CD56

Tints of Mantis #85CD56

Color information

#85CD56 (or 0x85CD56) is unknown color: approx Mantis. HEX triplet: 85, CD and 56. RGB value is (133,205,86). Sum of RGB (Red+Green+Blue) = 133+205+86=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CD56 is #7A32A9. Grayscale: #AAAAAA. Windows color (decimal): -8008362 or 5688709. OLE color: 5688709.

HSL color Cylindrical-coordinate representation of color #85CD56: hue angle of 96.3º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85CD56 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB13320586-
CMYK0.3500.580.20
HSL96.3º54.34%57.06%-
HSV(B)96.3º58.05%80.39%-
XYZ33.1849.3216.58-
YUV169.9180.65101.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 205 (80.47% from 255) = 48.35%
BLUE value IS 86 (33.98% from 255) = 20.28%
R=31.37%
G=48.35%
B=20.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133205860.3500.580.2096.354.3457.06
Hex85CD562303A14603639
Octal20531512643072241406671
Binary100001011100110110101101000110111010101001100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,205,86); }

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

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

 a { background-color: rgb(133,205,86); }

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

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

 span { border-color: rgb(133,205,86); }

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