#85BF66

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

Shades of Mantis #85BF66

Tints of Mantis #85BF66

Color information

#85BF66 (or 0x85BF66) is unknown color: approx Mantis. HEX triplet: 85, BF and 66. RGB value is (133,191,102). Sum of RGB (Red+Green+Blue) = 133+191+102=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF66 is #7A4099. Grayscale: #A3A3A3. Windows color (decimal): -8011930 or 6733701. OLE color: 6733701.

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

Color convert

RGB133191102-
CMYK0.3000.470.25
HSL99.1º41.01%57.45%-
HSV(B)99.1º46.6%74.9%-
XYZ30.743.2119.29-
YUV163.5193.28106.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=31.22%
G=44.84%
B=23.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331911020.3000.470.2599.141.0157.45
Hex85BF661E02F19632939
Octal20527714636057311435171
Binary10000101101111111100110111100101111110011100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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