Html Css Color HEX #71BA5D Mantis

📋 copy color: '#71BA5D'

red 113 ◦ green 186 ◦ blue 93

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

Shades of Mantis #71BA5D

Tints of Mantis #71BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 28.83%
G = 47.45%
B = 23.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#71BA5D (or 0x71BA5D) is known color: Mantis. HEX triplet: 71, BA and 5D. RGB value is (113,186,93). Sum of RGB (Red+Green+Blue) = 113+186+93=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA5D is #8E45A2. Grayscale: #999999. Windows color (decimal): -9323939 or 6142577. OLE color: 6142577.

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

Color convert

RGB 113 186 93 -
CMYK 0.39 0 0.5 0.27
HSL 107.1º 0.4% 0.55% -
HSV(B) 107.1º 0.5% 0.73% -
XYZ 26.34 39.42 16.58 -
YUV 153.57 93.82 99.06 -
System Red Green Blue C M Y K H S L
Decimal 113 186 93 0.39 0 0.5 0.27 107.1 0.4 0.55
Hex 71 BA 5D 27 0 32 1B 6B 28 37
Octal 161 272 135 47 0 62 33 153 50 67
Binary 1110001 10111010 1011101 100111 0 110010 11011 1101011 101000 110111

Color Harmonies of #71BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA5D

Black with #71BA5D

Text Example


Text Example

White with #71BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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