Html Css Color HEX #71B55D Mantis

📋 copy color: '#71B55D'

red 113 ◦ green 181 ◦ blue 93

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

Shades of Mantis #71B55D

Tints of Mantis #71B55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.77%

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

R = 29.2%
G = 46.77%
B = 24.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#71B55D (or 0x71B55D) is known color: Mantis. HEX triplet: 71, B5 and 5D. RGB value is (113,181,93). Sum of RGB (Red+Green+Blue) = 113+181+93=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #71B55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B55D is #8E4AA2. Grayscale: #969696. Windows color (decimal): -9325219 or 6141297. OLE color: 6141297.

HSL color Cylindrical-coordinate representation of color #71B55D: hue angle of 106.36º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71B55D is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 181 93 -
CMYK 0.38 0 0.49 0.29
HSL 106.36º 0.37% 0.54% -
HSV(B) 106.36º 0.49% 0.71% -
XYZ 25.31 37.35 16.23 -
YUV 150.64 95.47 101.16 -
System Red Green Blue C M Y K H S L
Decimal 113 181 93 0.38 0 0.49 0.29 106.36 0.37 0.54
Hex 71 B5 5D 26 0 31 1D 6A 25 36
Octal 161 265 135 46 0 61 35 152 45 66
Binary 1110001 10110101 1011101 100110 0 110001 11101 1101010 100101 110110

Color Harmonies of #71B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B55D

Black with #71B55D

Text Example


Text Example

White with #71B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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