Html Css Color HEX #71C156 Mantis

📋 copy color: '#71C156'

red 113 ◦ green 193 ◦ blue 86

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

Shades of Mantis #71C156

Tints of Mantis #71C156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.23%

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

R = 28.83%
G = 49.23%
B = 21.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#71C156 (or 0x71C156) is known color: Mantis. HEX triplet: 71, C1 and 56. RGB value is (113,193,86). Sum of RGB (Red+Green+Blue) = 113+193+86=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #71C156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C156 is #8E3EA9. Grayscale: #9D9D9D. Windows color (decimal): -9322154 or 5685617. OLE color: 5685617.

HSL color Cylindrical-coordinate representation of color #71C156: hue angle of 104.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71C156 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 193 86 -
CMYK 0.41 0 0.55 0.24
HSL 104.86º 0.46% 0.55% -
HSV(B) 104.86º 0.55% 0.76% -
XYZ 27.56 42.32 15.52 -
YUV 156.88 88 96.7 -
System Red Green Blue C M Y K H S L
Decimal 113 193 86 0.41 0 0.55 0.24 104.86 0.46 0.55
Hex 71 C1 56 29 0 37 18 69 2E 37
Octal 161 301 126 51 0 67 30 151 56 67
Binary 1110001 11000001 1010110 101001 0 110111 11000 1101001 101110 110111

Color Harmonies of #71C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C156

Black with #71C156

Text Example


Text Example

White with #71C156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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