#85BF53

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

Shades of Mantis #85BF53

Tints of Mantis #85BF53

Color information

#85BF53 (or 0x85BF53) is unknown color: approx Mantis. HEX triplet: 85, BF and 53. RGB value is (133,191,83). Sum of RGB (Red+Green+Blue) = 133+191+83=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BF53 is #7A40AC. Grayscale: #A1A1A1. Windows color (decimal): -8011949 or 5488517. OLE color: 5488517.

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

Color convert

RGB13319183-
CMYK0.3000.570.25
HSL92.22º45.76%53.73%-
HSV(B)92.22º56.54%74.9%-
XYZ29.8742.8714.88-
YUV161.3583.78107.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 83 (32.81% from 255) = 20.39%
R=32.68%
G=46.93%
B=20.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133191830.3000.570.2592.2245.7653.73
Hex85BF531E039195c2e36
Octal20527712336071311345666
Binary10000101101111111010011111100111001110011011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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