#85DD63

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

Shades of Mantis #85DD63

Tints of Mantis #85DD63

Color information

#85DD63 (or 0x85DD63) is unknown color: approx Mantis. HEX triplet: 85, DD and 63. RGB value is (133,221,99). Sum of RGB (Red+Green+Blue) = 133+221+99=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD63 is #7A229C. Grayscale: #B5B5B5. Windows color (decimal): -8004253 or 6544773. OLE color: 6544773.

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

Color convert

RGB13322199-
CMYK0.4000.550.13
HSL103.28º64.21%62.75%-
HSV(B)103.28º55.2%86.67%-
XYZ37.7857.620.93-
YUV180.7881.8593.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=29.36%
G=48.79%
B=21.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133221990.4000.550.13103.2864.2162.75
Hex85DD6328037D67403f
Octal205335143500671514710077
Binary100001011101110111000111010000110111110111001111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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