Html Css Color HEX #71C352 Mantis

📋 copy color: '#71C352'

red 113 ◦ green 195 ◦ blue 82

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

Shades of Mantis #71C352

Tints of Mantis #71C352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50%

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 28.97%
G = 50%
B = 21.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#71C352 (or 0x71C352) is known color: Mantis. HEX triplet: 71, C3 and 52. RGB value is (113,195,82). Sum of RGB (Red+Green+Blue) = 113+195+82=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #71C352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C352 is #8E3CAD. Grayscale: #9D9D9D. Windows color (decimal): -9321646 or 5423985. OLE color: 5423985.

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

Color convert

RGB 113 195 82 -
CMYK 0.42 0 0.58 0.24
HSL 103.54º 0.48% 0.54% -
HSV(B) 103.54º 0.58% 0.76% -
XYZ 27.85 43.15 14.84 -
YUV 157.6 85.33 96.19 -
System Red Green Blue C M Y K H S L
Decimal 113 195 82 0.42 0 0.58 0.24 103.54 0.48 0.54
Hex 71 C3 52 2A 0 3A 18 68 30 36
Octal 161 303 122 52 0 72 30 150 60 66
Binary 1110001 11000011 1010010 101010 0 111010 11000 1101000 110000 110110

Color Harmonies of #71C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C352

Black with #71C352

Text Example


Text Example

White with #71C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,195,82); }

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

background-color css

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

 a { background-color: rgb(113,195,82); }

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

border-color css

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

 span { border-color: rgb(113,195,82); }

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