Html Css Color HEX #71C35D Mantis

📋 copy color: '#71C35D'

red 113 ◦ green 195 ◦ blue 93

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

Shades of Mantis #71C35D

Tints of Mantis #71C35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 28.18%
G = 48.63%
B = 23.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#71C35D (or 0x71C35D) is known color: Mantis. HEX triplet: 71, C3 and 5D. RGB value is (113,195,93). Sum of RGB (Red+Green+Blue) = 113+195+93=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #71C35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C35D is #8E3CA2. Grayscale: #9F9F9F. Windows color (decimal): -9321635 or 6144881. OLE color: 6144881.

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

Color convert

RGB 113 195 93 -
CMYK 0.42 0 0.52 0.24
HSL 108.24º 0.46% 0.56% -
HSV(B) 108.24º 0.52% 0.76% -
XYZ 28.3 43.33 17.23 -
YUV 158.85 90.83 95.29 -
System Red Green Blue C M Y K H S L
Decimal 113 195 93 0.42 0 0.52 0.24 108.24 0.46 0.56
Hex 71 C3 5D 2A 0 34 18 6C 2E 38
Octal 161 303 135 52 0 64 30 154 56 70
Binary 1110001 11000011 1011101 101010 0 110100 11000 1101100 101110 111000

Color Harmonies of #71C35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C35D

Black with #71C35D

Text Example


Text Example

White with #71C35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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