#85D446

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

Shades of Mantis #85D446

Tints of Mantis #85D446

Color information

#85D446 (or 0x85D446) is unknown color: approx Mantis. HEX triplet: 85, D4 and 46. RGB value is (133,212,70). Sum of RGB (Red+Green+Blue) = 133+212+70=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #85D446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D446 is #7A2BB9. Grayscale: #ACACAC. Windows color (decimal): -8006586 or 4641925. OLE color: 4641925.

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

Color convert

RGB13321270-
CMYK0.3700.670.17
HSL93.38º62.28%55.29%-
HSV(B)93.38º66.98%83.14%-
XYZ34.3252.5214.12-
YUV172.1970.33100.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 212 (83.20% from 255) = 51.08%
BLUE value IS 70 (27.73% from 255) = 16.87%
R=32.05%
G=51.08%
B=16.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal133212700.3700.670.1793.3862.2855.29
Hex85D44625043115d3e37
Octal205324106450103211357667
Binary1000010111010100100011010010101000011100011011101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,212,70); }

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

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

 a { background-color: rgb(133,212,70); }

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

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

 span { border-color: rgb(133,212,70); }

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