Html Css Color HEX #71E340 Mantis

📋 copy color: '#71E340'

red 113 ◦ green 227 ◦ blue 64

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

Shades of Mantis #71E340

Tints of Mantis #71E340

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.19%

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

R = 27.97%
G = 56.19%
B = 15.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#71E340 (or 0x71E340) is known color: Mantis. HEX triplet: 71, E3 and 40. RGB value is (113,227,64). Sum of RGB (Red+Green+Blue) = 113+227+64=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 227 (89.06% from 255 or 56.19% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 227 - color contains mainly: green. Hex color #71E340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71E340 is #8E1CBF. Grayscale: #AEAEAE. Windows color (decimal): -9313472 or 4252529. OLE color: 4252529.

HSL color Cylindrical-coordinate representation of color #71E340: hue angle of 101.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71E340 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 227 64 -
CMYK 0.50 0 0.72 0.11
HSL 101.96º 0.74% 0.57% -
HSV(B) 101.96º 0.72% 0.89% -
XYZ 35.2 58.82 14.35 -
YUV 174.33 65.73 84.25 -
System Red Green Blue C M Y K H S L
Decimal 113 227 64 0.50 0 0.72 0.11 101.96 0.74 0.57
Hex 71 E3 40 32 0 48 B 66 4A 39
Octal 161 343 100 62 0 110 13 146 112 71
Binary 1110001 11100011 1000000 110010 0 1001000 1011 1100110 1001010 111001

Color Harmonies of #71E340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E340

Black with #71E340

Text Example


Text Example

White with #71E340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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