#85C846

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

Shades of Mantis #85C846

Tints of Mantis #85C846

Color information

#85C846 (or 0x85C846) is unknown color: approx Mantis. HEX triplet: 85, C8 and 46. RGB value is (133,200,70). Sum of RGB (Red+Green+Blue) = 133+200+70=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #85C846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C846 is #7A37B9. Grayscale: #A5A5A5. Windows color (decimal): -8009658 or 4638853. OLE color: 4638853.

HSL color Cylindrical-coordinate representation of color #85C846: hue angle of 90.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85C846 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB13320070-
CMYK0.3400.650.22
HSL90.92º54.17%52.94%-
HSV(B)90.92º65%78.43%-
XYZ31.4346.7413.16-
YUV165.1574.3105.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 200 (78.52% from 255) = 49.63%
BLUE value IS 70 (27.73% from 255) = 17.37%
R=33.00%
G=49.63%
B=17.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133200700.3400.650.2290.9254.1752.94
Hex85C84622041165b3635
Octal205310106420101261336665
Binary1000010111001000100011010001001000001101101011011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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