Html Css Color HEX #71C365 Mantis

📋 copy color: '#71C365'

red 113 ◦ green 195 ◦ blue 101

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

Shades of Mantis #71C365

Tints of Mantis #71C365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.69%

R = 27.63%
G = 47.68%
B = 24.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#71C365 (or 0x71C365) is known color: Mantis. HEX triplet: 71, C3 and 65. RGB value is (113,195,101). Sum of RGB (Red+Green+Blue) = 113+195+101=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #71C365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C365 is #8E3C9A. Grayscale: #A0A0A0. Windows color (decimal): -9321627 or 6669169. OLE color: 6669169.

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

Color convert

RGB 113 195 101 -
CMYK 0.42 0 0.48 0.24
HSL 112.34º 0.44% 0.58% -
HSV(B) 112.34º 0.48% 0.76% -
XYZ 28.67 43.48 19.19 -
YUV 159.77 94.83 94.64 -
System Red Green Blue C M Y K H S L
Decimal 113 195 101 0.42 0 0.48 0.24 112.34 0.44 0.58
Hex 71 C3 65 2A 0 30 18 70 2C 3A
Octal 161 303 145 52 0 60 30 160 54 72
Binary 1110001 11000011 1100101 101010 0 110000 11000 1110000 101100 111010

Color Harmonies of #71C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C365

Black with #71C365

Text Example


Text Example

White with #71C365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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