Html Css Color HEX #71C155 Mantis

📋 copy color: '#71C155'

red 113 ◦ green 193 ◦ blue 85

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

Shades of Mantis #71C155

Tints of Mantis #71C155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.36%

 BLUE value IS 85 (33.59% from 255) = 21.74%

R = 28.9%
G = 49.36%
B = 21.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#71C155 (or 0x71C155) is known color: Mantis. HEX triplet: 71, C1 and 55. RGB value is (113,193,85). Sum of RGB (Red+Green+Blue) = 113+193+85=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #71C155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C155 is #8E3EAA. Grayscale: #9D9D9D. Windows color (decimal): -9322155 or 5620081. OLE color: 5620081.

HSL color Cylindrical-coordinate representation of color #71C155: hue angle of 104.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71C155 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 193 85 -
CMYK 0.41 0 0.56 0.24
HSL 104.44º 0.47% 0.55% -
HSV(B) 104.44º 0.56% 0.76% -
XYZ 27.52 42.31 15.31 -
YUV 156.77 87.5 96.78 -
System Red Green Blue C M Y K H S L
Decimal 113 193 85 0.41 0 0.56 0.24 104.44 0.47 0.55
Hex 71 C1 55 29 0 38 18 68 2F 37
Octal 161 301 125 51 0 70 30 150 57 67
Binary 1110001 11000001 1010101 101001 0 111000 11000 1101000 101111 110111

Color Harmonies of #71C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C155

Black with #71C155

Text Example


Text Example

White with #71C155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,193,85); }

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

background-color css

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

 a { background-color: rgb(113,193,85); }

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

border-color css

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

 span { border-color: rgb(113,193,85); }

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