#85DD56

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

Shades of Mantis #85DD56

Tints of Mantis #85DD56

Color information

#85DD56 (or 0x85DD56) is unknown color: approx Mantis. HEX triplet: 85, DD and 56. RGB value is (133,221,86). Sum of RGB (Red+Green+Blue) = 133+221+86=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD56 is #7A22A9. Grayscale: #B3B3B3. Windows color (decimal): -8004266 or 5692805. OLE color: 5692805.

HSL color Cylindrical-coordinate representation of color #85DD56: hue angle of 99.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85DD56 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB13322186-
CMYK0.4000.610.13
HSL99.11º66.5%60.2%-
HSV(B)99.11º61.09%86.67%-
XYZ37.2157.3717.92-
YUV179.375.3594.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 221 (86.72% from 255) = 50.23%
BLUE value IS 86 (33.98% from 255) = 19.55%
R=30.23%
G=50.23%
B=19.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133221860.4000.610.1399.1166.560.2
Hex85DD562803DD63433c
Octal205335126500751514310374
Binary100001011101110110101101010000111101110111000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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