Html Css Color HEX #71BC56 Mantis

📋 copy color: '#71BC56'

red 113 ◦ green 188 ◦ blue 86

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

Shades of Mantis #71BC56

Tints of Mantis #71BC56

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

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

R = 29.2%
G = 48.58%
B = 22.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#71BC56 (or 0x71BC56) is known color: Mantis. HEX triplet: 71, BC and 56. RGB value is (113,188,86). Sum of RGB (Red+Green+Blue) = 113+188+86=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BC56 is #8E43A9. Grayscale: #9A9A9A. Windows color (decimal): -9323434 or 5684337. OLE color: 5684337.

HSL color Cylindrical-coordinate representation of color #71BC56: hue angle of 104.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71BC56 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 188 86 -
CMYK 0.40 0 0.54 0.26
HSL 104.12º 0.43% 0.54% -
HSV(B) 104.12º 0.54% 0.74% -
XYZ 26.47 40.15 15.16 -
YUV 153.95 89.65 98.79 -
System Red Green Blue C M Y K H S L
Decimal 113 188 86 0.40 0 0.54 0.26 104.12 0.43 0.54
Hex 71 BC 56 28 0 36 1A 68 2B 36
Octal 161 274 126 50 0 66 32 150 53 66
Binary 1110001 10111100 1010110 101000 0 110110 11010 1101000 101011 110110

Color Harmonies of #71BC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC56

Black with #71BC56

Text Example


Text Example

White with #71BC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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