#85D852

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

Shades of Mantis #85D852

Tints of Mantis #85D852

Color information

#85D852 (or 0x85D852) is unknown color: approx Mantis. HEX triplet: 85, D8 and 52. RGB value is (133,216,82). Sum of RGB (Red+Green+Blue) = 133+216+82=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #85D852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D852 is #7A27AD. Grayscale: #B0B0B0. Windows color (decimal): -8005550 or 5429381. OLE color: 5429381.

HSL color Cylindrical-coordinate representation of color #85D852: hue angle of 97.16º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85D852 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB13321682-
CMYK0.3800.620.15
HSL97.16º63.21%58.43%-
HSV(B)97.16º62.04%84.71%-
XYZ35.7554.7116.66-
YUV175.917597.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 216 (84.77% from 255) = 50.12%
BLUE value IS 82 (32.42% from 255) = 19.03%
R=30.86%
G=50.12%
B=19.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133216820.3800.620.1597.1663.2158.43
Hex85D8522603EF613f3a
Octal20533012246076171417772
Binary10000101110110001010010100110011111011111100001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,216,82); }

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

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

 a { background-color: rgb(133,216,82); }

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

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

 span { border-color: rgb(133,216,82); }

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