#85BE72

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

Shades of Mantis #85BE72

Tints of Mantis #85BE72

Color information

#85BE72 (or 0x85BE72) is unknown color: approx Mantis. HEX triplet: 85, BE and 72. RGB value is (133,190,114). Sum of RGB (Red+Green+Blue) = 133+190+114=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BE72 is #7A418D. Grayscale: #A4A4A4. Windows color (decimal): -8012174 or 7519877. OLE color: 7519877.

HSL color Cylindrical-coordinate representation of color #85BE72: hue angle of 105º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BE72 is Cyan = 0.3, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB133190114-
CMYK0.300.400.25
HSL105º36.89%59.61%-
HSV(B)105º40%74.51%-
XYZ31.1243.0322.58-
YUV164.2999.62105.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=30.43%
G=43.48%
B=26.09%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331901140.300.400.2510536.8959.61
Hex85BE721E0281969253c
Octal20527616236050311514574
Binary10000101101111101110010111100101000110011101001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,190,114); }

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

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

 a { background-color: rgb(133,190,114); }

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

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

 span { border-color: rgb(133,190,114); }

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