#85DD5D

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

Shades of Mantis #85DD5D

Tints of Mantis #85DD5D

Color information

#85DD5D (or 0x85DD5D) is unknown color: approx Mantis. HEX triplet: 85, DD and 5D. RGB value is (133,221,93). Sum of RGB (Red+Green+Blue) = 133+221+93=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD5D is #7A22A2. Grayscale: #B4B4B4. Windows color (decimal): -8004259 or 6151557. OLE color: 6151557.

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

Color convert

RGB13322193-
CMYK0.4000.580.13
HSL101.25º65.31%61.57%-
HSV(B)101.25º57.92%86.67%-
XYZ37.5157.4919.48-
YUV180.178.8594.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 221 (86.72% from 255) = 49.44%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=29.75%
G=49.44%
B=20.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133221930.4000.580.13101.2565.3161.57
Hex85DD5D2803AD65413e
Octal205335135500721514510176
Binary100001011101110110111011010000111010110111001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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