Html Css Color HEX #71C35C Mantis

📋 copy color: '#71C35C'

red 113 ◦ green 195 ◦ blue 92

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

Shades of Mantis #71C35C

Tints of Mantis #71C35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23%

R = 28.25%
G = 48.75%
B = 23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#71C35C (or 0x71C35C) is known color: Mantis. HEX triplet: 71, C3 and 5C. RGB value is (113,195,92). Sum of RGB (Red+Green+Blue) = 113+195+92=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #71C35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C35C is #8E3CA3. Grayscale: #9F9F9F. Windows color (decimal): -9321636 or 6079345. OLE color: 6079345.

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

Color convert

RGB 113 195 92 -
CMYK 0.42 0 0.53 0.24
HSL 107.77º 0.46% 0.56% -
HSV(B) 107.77º 0.53% 0.76% -
XYZ 28.26 43.31 17 -
YUV 158.74 90.33 95.38 -
System Red Green Blue C M Y K H S L
Decimal 113 195 92 0.42 0 0.53 0.24 107.77 0.46 0.56
Hex 71 C3 5C 2A 0 35 18 6C 2E 38
Octal 161 303 134 52 0 65 30 154 56 70
Binary 1110001 11000011 1011100 101010 0 110101 11000 1101100 101110 111000

Color Harmonies of #71C35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C35C

Black with #71C35C

Text Example


Text Example

White with #71C35C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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