Html Css Color HEX #71AF60 Mantis

📋 copy color: '#71AF60'

red 113 ◦ green 175 ◦ blue 96

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

Shades of Mantis #71AF60

Tints of Mantis #71AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

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

R = 29.43%
G = 45.57%
B = 25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#71AF60 (or 0x71AF60) is known color: Mantis. HEX triplet: 71, AF and 60. RGB value is (113,175,96). Sum of RGB (Red+Green+Blue) = 113+175+96=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF60 is #8E509F. Grayscale: #939393. Windows color (decimal): -9326752 or 6336369. OLE color: 6336369.

HSL color Cylindrical-coordinate representation of color #71AF60: hue angle of 107.09º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71AF60 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 175 96 -
CMYK 0.35 0 0.45 0.31
HSL 107.09º 0.33% 0.53% -
HSV(B) 107.09º 0.45% 0.69% -
XYZ 24.25 35.02 16.55 -
YUV 147.46 98.96 103.42 -
System Red Green Blue C M Y K H S L
Decimal 113 175 96 0.35 0 0.45 0.31 107.09 0.33 0.53
Hex 71 AF 60 23 0 2D 1F 6B 21 35
Octal 161 257 140 43 0 55 37 153 41 65
Binary 1110001 10101111 1100000 100011 0 101101 11111 1101011 100001 110101

Color Harmonies of #71AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AF60

Black with #71AF60

Text Example


Text Example

White with #71AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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