Html Css Color HEX #71C361 Mantis

📋 copy color: '#71C361'

red 113 ◦ green 195 ◦ blue 97

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

Shades of Mantis #71C361

Tints of Mantis #71C361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

 BLUE value IS 97 (38.28% from 255) = 23.95%

R = 27.9%
G = 48.15%
B = 23.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#71C361 (or 0x71C361) is known color: Mantis. HEX triplet: 71, C3 and 61. RGB value is (113,195,97). Sum of RGB (Red+Green+Blue) = 113+195+97=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #71C361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C361 is #8E3C9E. Grayscale: #9F9F9F. Windows color (decimal): -9321631 or 6407025. OLE color: 6407025.

HSL color Cylindrical-coordinate representation of color #71C361: hue angle of 110.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71C361 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 97 -
CMYK 0.42 0 0.50 0.24
HSL 110.2º 0.45% 0.57% -
HSV(B) 110.2º 0.5% 0.76% -
XYZ 28.48 43.4 18.19 -
YUV 159.31 92.83 94.97 -
System Red Green Blue C M Y K H S L
Decimal 113 195 97 0.42 0 0.50 0.24 110.2 0.45 0.57
Hex 71 C3 61 2A 0 32 18 6E 2D 39
Octal 161 303 141 52 0 62 30 156 55 71
Binary 1110001 11000011 1100001 101010 0 110010 11000 1101110 101101 111001

Color Harmonies of #71C361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C361

Black with #71C361

Text Example


Text Example

White with #71C361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,195,97); }

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

background-color css

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

 a { background-color: rgb(113,195,97); }

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

border-color css

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

 span { border-color: rgb(113,195,97); }

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