Html Css Color HEX #71C164 Mantis

📋 copy color: '#71C164'

red 113 ◦ green 193 ◦ blue 100

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

Shades of Mantis #71C164

Tints of Mantis #71C164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 27.83%
G = 47.54%
B = 24.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#71C164 (or 0x71C164) is known color: Mantis. HEX triplet: 71, C1 and 64. RGB value is (113,193,100). Sum of RGB (Red+Green+Blue) = 113+193+100=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #71C164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C164 is #8E3E9B. Grayscale: #9E9E9E. Windows color (decimal): -9322140 or 6603121. OLE color: 6603121.

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

Color convert

RGB 113 193 100 -
CMYK 0.41 0 0.48 0.24
HSL 111.61º 0.43% 0.57% -
HSV(B) 111.61º 0.48% 0.76% -
XYZ 28.18 42.57 18.79 -
YUV 158.48 95 95.56 -
System Red Green Blue C M Y K H S L
Decimal 113 193 100 0.41 0 0.48 0.24 111.61 0.43 0.57
Hex 71 C1 64 29 0 30 18 70 2B 39
Octal 161 301 144 51 0 60 30 160 53 71
Binary 1110001 11000001 1100100 101001 0 110000 11000 1110000 101011 111001

Color Harmonies of #71C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C164

Black with #71C164

Text Example


Text Example

White with #71C164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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