Html Css Color HEX #71BA57 Mantis

📋 copy color: '#71BA57'

red 113 ◦ green 186 ◦ blue 87

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

Shades of Mantis #71BA57

Tints of Mantis #71BA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.54%

R = 29.27%
G = 48.19%
B = 22.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#71BA57 (or 0x71BA57) is known color: Mantis. HEX triplet: 71, BA and 57. RGB value is (113,186,87). Sum of RGB (Red+Green+Blue) = 113+186+87=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA57 is #8E45A8. Grayscale: #999999. Windows color (decimal): -9323945 or 5749361. OLE color: 5749361.

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

Color convert

RGB 113 186 87 -
CMYK 0.39 0 0.53 0.27
HSL 104.24º 0.42% 0.54% -
HSV(B) 104.24º 0.53% 0.73% -
XYZ 26.09 39.32 15.23 -
YUV 152.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 113 186 87 0.39 0 0.53 0.27 104.24 0.42 0.54
Hex 71 BA 57 27 0 35 1B 68 2A 36
Octal 161 272 127 47 0 65 33 150 52 66
Binary 1110001 10111010 1010111 100111 0 110101 11011 1101000 101010 110110

Color Harmonies of #71BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA57

Black with #71BA57

Text Example


Text Example

White with #71BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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