Html Css Color HEX #71CC56 Mantis

📋 copy color: '#71CC56'

red 113 ◦ green 204 ◦ blue 86

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

Shades of Mantis #71CC56

Tints of Mantis #71CC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.62%

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

R = 28.04%
G = 50.62%
B = 21.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#71CC56 (or 0x71CC56) is known color: Mantis. HEX triplet: 71, CC and 56. RGB value is (113,204,86). Sum of RGB (Red+Green+Blue) = 113+204+86=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CC56 is #8E33A9. Grayscale: #A3A3A3. Windows color (decimal): -9319338 or 5688433. OLE color: 5688433.

HSL color Cylindrical-coordinate representation of color #71CC56: hue angle of 106.27º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71CC56 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 204 86 -
CMYK 0.45 0 0.58 0.2
HSL 106.27º 0.54% 0.57% -
HSV(B) 106.27º 0.58% 0.8% -
XYZ 30.08 47.37 16.36 -
YUV 163.34 84.35 92.09 -
System Red Green Blue C M Y K H S L
Decimal 113 204 86 0.45 0 0.58 0.2 106.27 0.54 0.57
Hex 71 CC 56 2D 0 3A 14 6A 36 39
Octal 161 314 126 55 0 72 24 152 66 71
Binary 1110001 11001100 1010110 101101 0 111010 10100 1101010 110110 111001

Color Harmonies of #71CC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CC56

Black with #71CC56

Text Example


Text Example

White with #71CC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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