Html Css Color HEX #85B957 Mantis

📋 copy color: '#85B957'

red 133 ◦ green 185 ◦ blue 87

#85B957
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #85B957

Tints of Mantis #85B957

RGB

 RED value IS 133 (52.34% from 255) = 32.84%

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 87 (34.38% from 255) = 21.48%

R = 32.84%
G = 45.68%
B = 21.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#85B957 (or 0x85B957) is known color: Mantis. HEX triplet: 85, B9 and 57. RGB value is (133,185,87). Sum of RGB (Red+Green+Blue) = 133+185+87=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #85B957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B957 is #7A46A8. Grayscale: #9E9E9E. Windows color (decimal): -8013481 or 5749125. OLE color: 5749125.

HSL color Cylindrical-coordinate representation of color #85B957: hue angle of 91.84º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85B957 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 185 87 -
CMYK 0.28 0 0.53 0.27
HSL 91.84º 0.41% 0.53% -
HSV(B) 91.84º 0.53% 0.73% -
XYZ 28.74 40.37 15.29 -
YUV 158.28 87.77 109.97 -
System Red Green Blue C M Y K H S L
Decimal 133 185 87 0.28 0 0.53 0.27 91.84 0.41 0.53
Hex 85 B9 57 1C 0 35 1B 5C 29 35
Octal 205 271 127 34 0 65 33 134 51 65
Binary 10000101 10111001 1010111 11100 0 110101 11011 1011100 101001 110101

Color Harmonies of #85B957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B957

Black with #85B957

Text Example


Text Example

White with #85B957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,185,87); }

 H1.HeaderClassName
 {
   color: #85B957;
 }
 .AnyTagClassName
 {
   color: #85B957;
 }
</style>

background-color css

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

 a { background-color: rgb(133,185,87); }

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

border-color css

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

 span { border-color: rgb(133,185,87); }

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