#85BC61

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

Shades of Mantis #85BC61

Tints of Mantis #85BC61

Color information

#85BC61 (or 0x85BC61) is unknown color: approx Mantis. HEX triplet: 85, BC and 61. RGB value is (133,188,97). Sum of RGB (Red+Green+Blue) = 133+188+97=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC61 is #7A439E. Grayscale: #A1A1A1. Windows color (decimal): -8012703 or 6405253. OLE color: 6405253.

HSL color Cylindrical-coordinate representation of color #85BC61: hue angle of 96.26º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BC61 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB13318897-
CMYK0.2900.480.26
HSL96.26º40.44%55.88%-
HSV(B)96.26º48.4%73.73%-
XYZ29.8141.8217.81-
YUV161.1891.78107.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.82%
GREEN value IS 188 (73.83% from 255) = 44.98%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=31.82%
G=44.98%
B=23.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133188970.2900.480.2696.2640.4455.88
Hex85BC611D0301A602838
Octal20527414135060321405070
Binary10000101101111001100001111010110000110101100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,188,97); }

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

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

 a { background-color: rgb(133,188,97); }

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

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

 span { border-color: rgb(133,188,97); }

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