#85C553

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

Shades of Mantis #85C553

Tints of Mantis #85C553

Color information

#85C553 (or 0x85C553) is unknown color: approx Mantis. HEX triplet: 85, C5 and 53. RGB value is (133,197,83). Sum of RGB (Red+Green+Blue) = 133+197+83=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #85C553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C553 is #7A3AAC. Grayscale: #A5A5A5. Windows color (decimal): -8010413 or 5490053. OLE color: 5490053.

HSL color Cylindrical-coordinate representation of color #85C553: hue angle of 93.68º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85C553 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB13319783-
CMYK0.3200.580.23
HSL93.68º49.57%54.9%-
HSV(B)93.68º57.87%77.25%-
XYZ31.245.5415.33-
YUV164.8781.8105.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 197 (77.34% from 255) = 47.70%
BLUE value IS 83 (32.81% from 255) = 20.10%
R=32.20%
G=47.70%
B=20.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133197830.3200.580.2393.6849.5754.9
Hex85C5532003A175e3237
Octal20530512340072271366267
Binary100001011100010110100111000000111010101111011110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,197,83); }

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

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

 a { background-color: rgb(133,197,83); }

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

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

 span { border-color: rgb(133,197,83); }

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