Html Css Color HEX #71C84C Mantis

📋 copy color: '#71C84C'

red 113 ◦ green 200 ◦ blue 76

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

Shades of Mantis #71C84C

Tints of Mantis #71C84C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.41%

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 29.05%
G = 51.41%
B = 19.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#71C84C (or 0x71C84C) is known color: Mantis. HEX triplet: 71, C8 and 4C. RGB value is (113,200,76). Sum of RGB (Red+Green+Blue) = 113+200+76=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #71C84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C84C is #8E37B3. Grayscale: #A0A0A0. Windows color (decimal): -9320372 or 5032049. OLE color: 5032049.

HSL color Cylindrical-coordinate representation of color #71C84C: hue angle of 102.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71C84C is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 200 76 -
CMYK 0.44 0 0.62 0.22
HSL 102.1º 0.53% 0.54% -
HSV(B) 102.1º 0.62% 0.78% -
XYZ 28.77 45.34 14.07 -
YUV 159.85 80.68 94.58 -
System Red Green Blue C M Y K H S L
Decimal 113 200 76 0.44 0 0.62 0.22 102.1 0.53 0.54
Hex 71 C8 4C 2C 0 3E 16 66 35 36
Octal 161 310 114 54 0 76 26 146 65 66
Binary 1110001 11001000 1001100 101100 0 111110 10110 1100110 110101 110110

Color Harmonies of #71C84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C84C

Black with #71C84C

Text Example


Text Example

White with #71C84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,200,76); }

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

background-color css

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

 a { background-color: rgb(113,200,76); }

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

border-color css

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

 span { border-color: rgb(113,200,76); }

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