#85BF6F

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

Shades of Mantis #85BF6F

Tints of Mantis #85BF6F

Color information

#85BF6F (or 0x85BF6F) is unknown color: approx Mantis. HEX triplet: 85, BF and 6F. RGB value is (133,191,111). Sum of RGB (Red+Green+Blue) = 133+191+111=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF6F is #7A4090. Grayscale: #A4A4A4. Windows color (decimal): -8011921 or 7323525. OLE color: 7323525.

HSL color Cylindrical-coordinate representation of color #85BF6F: hue angle of 103.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85BF6F is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB133191111-
CMYK0.3000.420.25
HSL103.5º38.46%59.22%-
HSV(B)103.5º41.88%74.9%-
XYZ31.1743.421.77-
YUV164.5497.78105.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=30.57%
G=43.91%
B=25.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331911110.3000.420.25103.538.4659.22
Hex85BF6F1E02A1967263b
Octal20527715736052311474673
Binary10000101101111111101111111100101010110011100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,191,111); }

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

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

 a { background-color: rgb(133,191,111); }

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

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

 span { border-color: rgb(133,191,111); }

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