Html Css Color HEX #71DA4A Mantis

📋 copy color: '#71DA4A'

red 113 ◦ green 218 ◦ blue 74

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

Shades of Mantis #71DA4A

Tints of Mantis #71DA4A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.83%

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

R = 27.9%
G = 53.83%
B = 18.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#71DA4A (or 0x71DA4A) is known color: Mantis. HEX triplet: 71, DA and 4A. RGB value is (113,218,74). Sum of RGB (Red+Green+Blue) = 113+218+74=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #71DA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DA4A is #8E25B5. Grayscale: #AAAAAA. Windows color (decimal): -9315766 or 4905585. OLE color: 4905585.

HSL color Cylindrical-coordinate representation of color #71DA4A: hue angle of 103.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71DA4A is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 218 74 -
CMYK 0.48 0 0.66 0.15
HSL 103.75º 0.66% 0.57% -
HSV(B) 103.75º 0.66% 0.85% -
XYZ 33.12 54.15 15.18 -
YUV 170.19 73.71 87.21 -
System Red Green Blue C M Y K H S L
Decimal 113 218 74 0.48 0 0.66 0.15 103.75 0.66 0.57
Hex 71 DA 4A 30 0 42 F 68 42 39
Octal 161 332 112 60 0 102 17 150 102 71
Binary 1110001 11011010 1001010 110000 0 1000010 1111 1101000 1000010 111001

Color Harmonies of #71DA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DA4A

Black with #71DA4A

Text Example


Text Example

White with #71DA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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