#85C16C

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

Shades of Mantis #85C16C

Tints of Mantis #85C16C

Color information

#85C16C (or 0x85C16C) is unknown color: approx Mantis. HEX triplet: 85, C1 and 6C. RGB value is (133,193,108). Sum of RGB (Red+Green+Blue) = 133+193+108=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #85C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C16C is #7A3E93. Grayscale: #A5A5A5. Windows color (decimal): -8011412 or 7127429. OLE color: 7127429.

HSL color Cylindrical-coordinate representation of color #85C16C: hue angle of 102.35º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C16C is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB133193108-
CMYK0.3100.440.24
HSL102.35º40.67%59.02%-
HSV(B)102.35º44.04%75.69%-
XYZ31.4544.2121.06-
YUV165.3795.62104.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 193 (75.78% from 255) = 44.47%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=30.65%
G=44.47%
B=24.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331931080.3100.440.24102.3540.6759.02
Hex85C16C1F02C1866293b
Octal20530115437054301465173
Binary10000101110000011101100111110101100110001100110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,193,108); }

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

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

 a { background-color: rgb(133,193,108); }

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

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

 span { border-color: rgb(133,193,108); }

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