Html Css Color HEX #71DC56 Mantis

📋 copy color: '#71DC56'

red 113 ◦ green 220 ◦ blue 86

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

Shades of Mantis #71DC56

Tints of Mantis #71DC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.53%

R = 26.97%
G = 52.51%
B = 20.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#71DC56 (or 0x71DC56) is known color: Mantis. HEX triplet: 71, DC and 56. RGB value is (113,220,86). Sum of RGB (Red+Green+Blue) = 113+220+86=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC56 is #8E23A9. Grayscale: #ADADAD. Windows color (decimal): -9315242 or 5692529. OLE color: 5692529.

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

Color convert

RGB 113 220 86 -
CMYK 0.49 0 0.61 0.14
HSL 107.91º 0.66% 0.6% -
HSV(B) 107.91º 0.61% 0.86% -
XYZ 34.08 55.37 17.7 -
YUV 172.73 79.05 85.4 -
System Red Green Blue C M Y K H S L
Decimal 113 220 86 0.49 0 0.61 0.14 107.91 0.66 0.6
Hex 71 DC 56 31 0 3D E 6C 42 3C
Octal 161 334 126 61 0 75 16 154 102 74
Binary 1110001 11011100 1010110 110001 0 111101 1110 1101100 1000010 111100

Color Harmonies of #71DC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC56

Black with #71DC56

Text Example


Text Example

White with #71DC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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