#85DD59

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

Shades of Mantis #85DD59

Tints of Mantis #85DD59

Color information

#85DD59 (or 0x85DD59) is unknown color: approx Mantis. HEX triplet: 85, DD and 59. RGB value is (133,221,89). Sum of RGB (Red+Green+Blue) = 133+221+89=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD59 is #7A22A6. Grayscale: #B4B4B4. Windows color (decimal): -8004263 or 5889413. OLE color: 5889413.

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

Color convert

RGB13322189-
CMYK0.4000.600.13
HSL100º66%60.78%-
HSV(B)100º59.73%86.67%-
XYZ37.3357.4218.57-
YUV179.6476.8594.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 221 (86.72% from 255) = 49.89%
BLUE value IS 89 (35.16% from 255) = 20.09%
R=30.02%
G=49.89%
B=20.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133221890.4000.600.131006660.78
Hex85DD592803CD64423d
Octal205335131500741514410275
Binary100001011101110110110011010000111100110111001001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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