Html Css Color HEX #71C25E Mantis

📋 copy color: '#71C25E'

red 113 ◦ green 194 ◦ blue 94

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

Shades of Mantis #71C25E

Tints of Mantis #71C25E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.38%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 28.18%
G = 48.38%
B = 23.44%

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

#71C25E (or 0x71C25E) is known color: Mantis. HEX triplet: 71, C2 and 5E. RGB value is (113,194,94). Sum of RGB (Red+Green+Blue) = 113+194+94=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #71C25E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C25E is #8E3DA1. Grayscale: #9E9E9E. Windows color (decimal): -9321890 or 6210161. OLE color: 6210161.

HSL color Cylindrical-coordinate representation of color #71C25E: hue angle of 108.6º degrees, saturation: 0.45, 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 #71C25E is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 194 94 -
CMYK 0.42 0 0.52 0.24
HSL 108.6º 0.45% 0.56% -
HSV(B) 108.6º 0.52% 0.76% -
XYZ 28.12 42.9 17.39 -
YUV 158.38 91.66 95.63 -
System Red Green Blue C M Y K H S L
Decimal 113 194 94 0.42 0 0.52 0.24 108.6 0.45 0.56
Hex 71 C2 5E 2A 0 34 18 6D 2D 38
Octal 161 302 136 52 0 64 30 155 55 70
Binary 1110001 11000010 1011110 101010 0 110100 11000 1101101 101101 111000

Color Harmonies of #71C25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C25E

Black with #71C25E

Text Example


Text Example

White with #71C25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,194,94); }

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

background-color css

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

 a { background-color: rgb(113,194,94); }

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

border-color css

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

 span { border-color: rgb(113,194,94); }

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