Html Css Color HEX #71CA50 Mantis

📋 copy color: '#71CA50'

red 113 ◦ green 202 ◦ blue 80

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

Shades of Mantis #71CA50

Tints of Mantis #71CA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.14%

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 28.61%
G = 51.14%
B = 20.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#71CA50 (or 0x71CA50) is known color: Mantis. HEX triplet: 71, CA and 50. RGB value is (113,202,80). Sum of RGB (Red+Green+Blue) = 113+202+80=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA50 is #8E35AF. Grayscale: #A1A1A1. Windows color (decimal): -9319856 or 5294705. OLE color: 5294705.

HSL color Cylindrical-coordinate representation of color #71CA50: hue angle of 103.77º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71CA50 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 202 80 -
CMYK 0.44 0 0.60 0.21
HSL 103.77º 0.54% 0.55% -
HSV(B) 103.77º 0.6% 0.79% -
XYZ 29.38 46.33 14.98 -
YUV 161.48 82.01 93.42 -
System Red Green Blue C M Y K H S L
Decimal 113 202 80 0.44 0 0.60 0.21 103.77 0.54 0.55
Hex 71 CA 50 2C 0 3C 15 68 36 37
Octal 161 312 120 54 0 74 25 150 66 67
Binary 1110001 11001010 1010000 101100 0 111100 10101 1101000 110110 110111

Color Harmonies of #71CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CA50

Black with #71CA50

Text Example


Text Example

White with #71CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,202,80); }

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

background-color css

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

 a { background-color: rgb(113,202,80); }

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

border-color css

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

 span { border-color: rgb(113,202,80); }

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