Html Css Color HEX #71DC57 Mantis

📋 copy color: '#71DC57'

red 113 ◦ green 220 ◦ blue 87

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

Shades of Mantis #71DC57

Tints of Mantis #71DC57

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.38%

 BLUE value IS 87 (34.38% from 255) = 20.71%

R = 26.9%
G = 52.38%
B = 20.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#71DC57 (or 0x71DC57) is known color: Mantis. HEX triplet: 71, DC and 57. RGB value is (113,220,87). Sum of RGB (Red+Green+Blue) = 113+220+87=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC57 is #8E23A8. Grayscale: #ADADAD. Windows color (decimal): -9315241 or 5758065. OLE color: 5758065.

HSL color Cylindrical-coordinate representation of color #71DC57: hue angle of 108.27º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71DC57 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 87 -
CMYK 0.49 0 0.60 0.14
HSL 108.27º 0.66% 0.6% -
HSV(B) 108.27º 0.6% 0.86% -
XYZ 34.12 55.39 17.91 -
YUV 172.85 79.55 85.31 -
System Red Green Blue C M Y K H S L
Decimal 113 220 87 0.49 0 0.60 0.14 108.27 0.66 0.6
Hex 71 DC 57 31 0 3C E 6C 42 3C
Octal 161 334 127 61 0 74 16 154 102 74
Binary 1110001 11011100 1010111 110001 0 111100 1110 1101100 1000010 111100

Color Harmonies of #71DC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC57

Black with #71DC57

Text Example


Text Example

White with #71DC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,87); }

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

background-color css

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

 a { background-color: rgb(113,220,87); }

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

border-color css

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

 span { border-color: rgb(113,220,87); }

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