Html Css Color HEX #71C460 Mantis

📋 copy color: '#71C460'

red 113 ◦ green 196 ◦ blue 96

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

Shades of Mantis #71C460

Tints of Mantis #71C460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.4%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 27.9%
G = 48.4%
B = 23.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#71C460 (or 0x71C460) is known color: Mantis. HEX triplet: 71, C4 and 60. RGB value is (113,196,96). Sum of RGB (Red+Green+Blue) = 113+196+96=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #71C460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C460 is #8E3B9F. Grayscale: #A0A0A0. Windows color (decimal): -9321376 or 6341745. OLE color: 6341745.

HSL color Cylindrical-coordinate representation of color #71C460: hue angle of 109.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71C460 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 196 96 -
CMYK 0.42 0 0.51 0.23
HSL 109.8º 0.46% 0.57% -
HSV(B) 109.8º 0.51% 0.77% -
XYZ 28.66 43.84 18.02 -
YUV 159.78 92 94.63 -
System Red Green Blue C M Y K H S L
Decimal 113 196 96 0.42 0 0.51 0.23 109.8 0.46 0.57
Hex 71 C4 60 2A 0 33 17 6E 2E 39
Octal 161 304 140 52 0 63 27 156 56 71
Binary 1110001 11000100 1100000 101010 0 110011 10111 1101110 101110 111001

Color Harmonies of #71C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C460

Black with #71C460

Text Example


Text Example

White with #71C460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,196,96); }

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

background-color css

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

 a { background-color: rgb(113,196,96); }

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

border-color css

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

 span { border-color: rgb(113,196,96); }

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