Html Css Color HEX #71B956 Mantis

📋 copy color: '#71B956'

red 113 ◦ green 185 ◦ blue 86

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

Shades of Mantis #71B956

Tints of Mantis #71B956

RGB

 RED value IS 113 (44.53% from 255) = 29.43%

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

 BLUE value IS 86 (33.98% from 255) = 22.4%

R = 29.43%
G = 48.18%
B = 22.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#71B956 (or 0x71B956) is known color: Mantis. HEX triplet: 71, B9 and 56. RGB value is (113,185,86). Sum of RGB (Red+Green+Blue) = 113+185+86=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #71B956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B956 is #8E46A9. Grayscale: #989898. Windows color (decimal): -9324202 or 5683569. OLE color: 5683569.

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

Color convert

RGB 113 185 86 -
CMYK 0.39 0 0.54 0.27
HSL 103.64º 0.41% 0.53% -
HSV(B) 103.64º 0.54% 0.73% -
XYZ 25.84 38.88 14.95 -
YUV 152.19 90.65 100.05 -
System Red Green Blue C M Y K H S L
Decimal 113 185 86 0.39 0 0.54 0.27 103.64 0.41 0.53
Hex 71 B9 56 27 0 36 1B 68 29 35
Octal 161 271 126 47 0 66 33 150 51 65
Binary 1110001 10111001 1010110 100111 0 110110 11011 1101000 101001 110101

Color Harmonies of #71B956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B956

Black with #71B956

Text Example


Text Example

White with #71B956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71B956; }

 p { color: rgb(113,185,86); }

 H1.HeaderClassName
 {
   color: #71B956;
 }
 .AnyTagClassName
 {
   color: #71B956;
 }
</style>

background-color css

<style>
 a { background-color: #71B956; }

 a { background-color: rgb(113,185,86); }

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

border-color css

<style>
 span { border-color: #71B956; }

 span { border-color: rgb(113,185,86); }

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