Html Css Color HEX #71DE4D Mantis

📋 copy color: '#71DE4D'

red 113 ◦ green 222 ◦ blue 77

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

Shades of Mantis #71DE4D

Tints of Mantis #71DE4D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.88%

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 27.43%
G = 53.88%
B = 18.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#71DE4D (or 0x71DE4D) is known color: Mantis. HEX triplet: 71, DE and 4D. RGB value is (113,222,77). Sum of RGB (Red+Green+Blue) = 113+222+77=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #71DE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DE4D is #8E21B2. Grayscale: #ADADAD. Windows color (decimal): -9314739 or 5103217. OLE color: 5103217.

HSL color Cylindrical-coordinate representation of color #71DE4D: hue angle of 105.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71DE4D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 222 77 -
CMYK 0.49 0 0.65 0.13
HSL 105.1º 0.69% 0.59% -
HSV(B) 105.1º 0.65% 0.87% -
XYZ 34.27 56.29 16.08 -
YUV 172.88 73.89 85.29 -
System Red Green Blue C M Y K H S L
Decimal 113 222 77 0.49 0 0.65 0.13 105.1 0.69 0.59
Hex 71 DE 4D 31 0 41 D 69 45 3B
Octal 161 336 115 61 0 101 15 151 105 73
Binary 1110001 11011110 1001101 110001 0 1000001 1101 1101001 1000101 111011

Color Harmonies of #71DE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DE4D

Black with #71DE4D

Text Example


Text Example

White with #71DE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,222,77); }

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

background-color css

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

 a { background-color: rgb(113,222,77); }

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

border-color css

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

 span { border-color: rgb(113,222,77); }

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