Html Css Color HEX #71BA56 Mantis

📋 copy color: '#71BA56'

red 113 ◦ green 186 ◦ blue 86

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

Shades of Mantis #71BA56

Tints of Mantis #71BA56

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.31%

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

R = 29.35%
G = 48.31%
B = 22.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#71BA56 (or 0x71BA56) is known color: Mantis. HEX triplet: 71, BA and 56. RGB value is (113,186,86). Sum of RGB (Red+Green+Blue) = 113+186+86=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA56 is #8E45A9. Grayscale: #999999. Windows color (decimal): -9323946 or 5683825. OLE color: 5683825.

HSL color Cylindrical-coordinate representation of color #71BA56: hue angle of 103.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71BA56 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 86 -
CMYK 0.39 0 0.54 0.27
HSL 103.8º 0.42% 0.53% -
HSV(B) 103.8º 0.54% 0.73% -
XYZ 26.05 39.3 15.02 -
YUV 152.77 90.32 99.63 -
System Red Green Blue C M Y K H S L
Decimal 113 186 86 0.39 0 0.54 0.27 103.8 0.42 0.53
Hex 71 BA 56 27 0 36 1B 68 2A 35
Octal 161 272 126 47 0 66 33 150 52 65
Binary 1110001 10111010 1010110 100111 0 110110 11011 1101000 101010 110101

Color Harmonies of #71BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA56

Black with #71BA56

Text Example


Text Example

White with #71BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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