Html Css Color HEX #71E040 Mantis

📋 copy color: '#71E040'

red 113 ◦ green 224 ◦ blue 64

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

Shades of Mantis #71E040

Tints of Mantis #71E040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.86%

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 28.18%
G = 55.86%
B = 15.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#71E040 (or 0x71E040) is known color: Mantis. HEX triplet: 71, E0 and 40. RGB value is (113,224,64). Sum of RGB (Red+Green+Blue) = 113+224+64=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #71E040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E040 is #8E1FBF. Grayscale: #ADADAD. Windows color (decimal): -9314240 or 4251761. OLE color: 4251761.

HSL color Cylindrical-coordinate representation of color #71E040: hue angle of 101.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71E040 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 224 64 -
CMYK 0.50 0 0.71 0.12
HSL 101.63º 0.72% 0.56% -
HSV(B) 101.63º 0.71% 0.88% -
XYZ 34.39 57.19 14.08 -
YUV 172.57 66.73 85.51 -
System Red Green Blue C M Y K H S L
Decimal 113 224 64 0.50 0 0.71 0.12 101.63 0.72 0.56
Hex 71 E0 40 32 0 47 C 66 48 38
Octal 161 340 100 62 0 107 14 146 110 70
Binary 1110001 11100000 1000000 110010 0 1000111 1100 1100110 1001000 111000

Color Harmonies of #71E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E040

Black with #71E040

Text Example


Text Example

White with #71E040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,224,64); }

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

background-color css

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

 a { background-color: rgb(113,224,64); }

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

border-color css

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

 span { border-color: rgb(113,224,64); }

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