#85d36c

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

Shades of Mantis #85D36C

Tints of Mantis #85D36C

Color information

#85D36C (or 0x85D36C) is unknown color: approx Mantis. HEX triplet: 85, D3 and 6C. RGB value is (133,211,108). Sum of RGB (Red+Green+Blue) = 133+211+108=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #85D36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D36C is #7A2C93. Grayscale: #B0B0B0. Windows color (decimal): -8006804 or 7132037. OLE color: 7132037.

HSL color Cylindrical-coordinate representation of color #85D36C: hue angle of 105.44º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85D36C is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB133211108-
CMYK0.3700.490.17
HSL105.44º53.93%62.55%-
HSV(B)105.44º48.82%82.75%-
XYZ35.6752.6622.47-
YUV175.9489.6697.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.42%
GREEN value IS 211 (82.81% from 255) = 46.68%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=29.42%
G=46.68%
B=23.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1332111080.3700.490.17105.4453.9362.55
Hex85D36C250311169363f
Octal20532315445061211516677
Binary100001011101001111011001001010110001100011101001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85d36c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,211,108); }

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

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

 a { background-color: rgb(133,211,108); }

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

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

 span { border-color: rgb(133,211,108); }

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