Html Css Color HEX #85C871 Mantis

📋 copy color: '#85C871'

red 133 ◦ green 200 ◦ blue 113

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

Shades of Mantis #85C871

Tints of Mantis #85C871

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.84%

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

R = 29.82%
G = 44.84%
B = 25.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#85C871 (or 0x85C871) is known color: Mantis. HEX triplet: 85, C8 and 71. RGB value is (133,200,113). Sum of RGB (Red+Green+Blue) = 133+200+113=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #85C871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C871 is #7A378E. Grayscale: #AAAAAA. Windows color (decimal): -8009615 or 7456901. OLE color: 7456901.

HSL color Cylindrical-coordinate representation of color #85C871: hue angle of 106.21º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C871 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 200 113 -
CMYK 0.34 0 0.44 0.22
HSL 106.21º 0.44% 0.61% -
HSV(B) 106.21º 0.44% 0.78% -
XYZ 33.31 47.49 23.03 -
YUV 170.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 133 200 113 0.34 0 0.44 0.22 106.21 0.44 0.61
Hex 85 C8 71 22 0 2C 16 6A 2C 3D
Octal 205 310 161 42 0 54 26 152 54 75
Binary 10000101 11001000 1110001 100010 0 101100 10110 1101010 101100 111101

Color Harmonies of #85C871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C871

Black with #85C871

Text Example


Text Example

White with #85C871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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