Html Css Color HEX #71D64A Mantis

📋 copy color: '#71D64A'

red 113 ◦ green 214 ◦ blue 74

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

Shades of Mantis #71D64A

Tints of Mantis #71D64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.37%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 28.18%
G = 53.37%
B = 18.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#71D64A (or 0x71D64A) is known color: Mantis. HEX triplet: 71, D6 and 4A. RGB value is (113,214,74). Sum of RGB (Red+Green+Blue) = 113+214+74=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #71D64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D64A is #8E29B5. Grayscale: #A8A8A8. Windows color (decimal): -9316790 or 4904561. OLE color: 4904561.

HSL color Cylindrical-coordinate representation of color #71D64A: hue angle of 103.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71D64A is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 214 74 -
CMYK 0.47 0 0.65 0.16
HSL 103.29º 0.63% 0.56% -
HSV(B) 103.29º 0.65% 0.84% -
XYZ 32.09 52.1 14.84 -
YUV 167.84 75.04 88.88 -
System Red Green Blue C M Y K H S L
Decimal 113 214 74 0.47 0 0.65 0.16 103.29 0.63 0.56
Hex 71 D6 4A 2F 0 41 10 67 3F 38
Octal 161 326 112 57 0 101 20 147 77 70
Binary 1110001 11010110 1001010 101111 0 1000001 10000 1100111 111111 111000

Color Harmonies of #71D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D64A

Black with #71D64A

Text Example


Text Example

White with #71D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,214,74); }

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

background-color css

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

 a { background-color: rgb(113,214,74); }

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

border-color css

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

 span { border-color: rgb(113,214,74); }

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