Html Css Color HEX #85B871 Mantis

📋 copy color: '#85B871'

red 133 ◦ green 184 ◦ blue 113

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

Shades of Mantis #85B871

Tints of Mantis #85B871

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.79%

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 30.93%
G = 42.79%
B = 26.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#85B871 (or 0x85B871) is known color: Mantis. HEX triplet: 85, B8 and 71. RGB value is (133,184,113). Sum of RGB (Red+Green+Blue) = 133+184+113=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #85B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B871 is #7A478E. Grayscale: #A0A0A0. Windows color (decimal): -8013711 or 7452805. OLE color: 7452805.

HSL color Cylindrical-coordinate representation of color #85B871: hue angle of 103.1º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85B871 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 113 -
CMYK 0.28 0 0.39 0.28
HSL 103.1º 0.33% 0.58% -
HSV(B) 103.1º 0.39% 0.72% -
XYZ 29.79 40.46 21.86 -
YUV 160.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 133 184 113 0.28 0 0.39 0.28 103.1 0.33 0.58
Hex 85 B8 71 1C 0 27 1C 67 21 3A
Octal 205 270 161 34 0 47 34 147 41 72
Binary 10000101 10111000 1110001 11100 0 100111 11100 1100111 100001 111010

Color Harmonies of #85B871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B871

Black with #85B871

Text Example


Text Example

White with #85B871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,184,113); }

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

background-color css

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

 a { background-color: rgb(133,184,113); }

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

border-color css

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

 span { border-color: rgb(133,184,113); }

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