Html Css Color HEX #71C154 Mantis

📋 copy color: '#71C154'

red 113 ◦ green 193 ◦ blue 84

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

Shades of Mantis #71C154

Tints of Mantis #71C154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.54%

R = 28.97%
G = 49.49%
B = 21.54%

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

#71C154 (or 0x71C154) is known color: Mantis. HEX triplet: 71, C1 and 54. RGB value is (113,193,84). Sum of RGB (Red+Green+Blue) = 113+193+84=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #71C154 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C154 is #8E3EAB. Grayscale: #9D9D9D. Windows color (decimal): -9322156 or 5554545. OLE color: 5554545.

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

Color convert

RGB 113 193 84 -
CMYK 0.41 0 0.56 0.24
HSL 104.04º 0.47% 0.54% -
HSV(B) 104.04º 0.56% 0.76% -
XYZ 27.48 42.29 15.1 -
YUV 156.65 87 96.86 -
System Red Green Blue C M Y K H S L
Decimal 113 193 84 0.41 0 0.56 0.24 104.04 0.47 0.54
Hex 71 C1 54 29 0 38 18 68 2F 36
Octal 161 301 124 51 0 70 30 150 57 66
Binary 1110001 11000001 1010100 101001 0 111000 11000 1101000 101111 110110

Color Harmonies of #71C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C154

Black with #71C154

Text Example


Text Example

White with #71C154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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