Html Css Color HEX #71DC44 Mantis

📋 copy color: '#71DC44'

red 113 ◦ green 220 ◦ blue 68

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

Shades of Mantis #71DC44

Tints of Mantis #71DC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 28.18%
G = 54.86%
B = 16.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#71DC44 (or 0x71DC44) is known color: Mantis. HEX triplet: 71, DC and 44. RGB value is (113,220,68). Sum of RGB (Red+Green+Blue) = 113+220+68=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC44 is #8E23BB. Grayscale: #ABABAB. Windows color (decimal): -9315260 or 4512881. OLE color: 4512881.

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

Color convert

RGB 113 220 68 -
CMYK 0.49 0 0.69 0.14
HSL 102.24º 0.68% 0.56% -
HSV(B) 102.24º 0.69% 0.86% -
XYZ 33.45 55.11 14.34 -
YUV 170.68 70.05 86.86 -
System Red Green Blue C M Y K H S L
Decimal 113 220 68 0.49 0 0.69 0.14 102.24 0.68 0.56
Hex 71 DC 44 31 0 45 E 66 44 38
Octal 161 334 104 61 0 105 16 146 104 70
Binary 1110001 11011100 1000100 110001 0 1000101 1110 1100110 1000100 111000

Color Harmonies of #71DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC44

Black with #71DC44

Text Example


Text Example

White with #71DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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