#85CC71

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

Shades of Mantis #85CC71

Tints of Mantis #85CC71

Color information

#85CC71 (or 0x85CC71) is unknown color: approx Mantis. HEX triplet: 85, CC and 71. RGB value is (133,204,113). Sum of RGB (Red+Green+Blue) = 133+204+113=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CC71 is #7A338E. Grayscale: #ACACAC. Windows color (decimal): -8008591 or 7457925. OLE color: 7457925.

HSL color Cylindrical-coordinate representation of color #85CC71: hue angle of 106.81º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CC71 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB133204113-
CMYK0.3500.450.2
HSL106.81º47.15%62.16%-
HSV(B)106.81º44.61%80%-
XYZ34.2549.3623.35-
YUV172.494.4899.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 204 (80.08% from 255) = 45.33%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=29.56%
G=45.33%
B=25.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041130.3500.450.2106.8147.1562.16
Hex85CC712302D146b2f3e
Octal20531416143055241535776
Binary100001011100110011100011000110101101101001101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,113); }

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

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

 a { background-color: rgb(133,204,113); }

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

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

 span { border-color: rgb(133,204,113); }

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