Html Css Color HEX #71CA60 Mantis

📋 copy color: '#71CA60'

red 113 ◦ green 202 ◦ blue 96

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

Shades of Mantis #71CA60

Tints of Mantis #71CA60

RGB

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

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

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

R = 27.49%
G = 49.15%
B = 23.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#71CA60 (or 0x71CA60) is known color: Mantis. HEX triplet: 71, CA and 60. RGB value is (113,202,96). Sum of RGB (Red+Green+Blue) = 113+202+96=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA60 is #8E359F. Grayscale: #A3A3A3. Windows color (decimal): -9319840 or 6343281. OLE color: 6343281.

HSL color Cylindrical-coordinate representation of color #71CA60: hue angle of 110.38º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71CA60 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 202 96 -
CMYK 0.44 0 0.52 0.21
HSL 110.38º 0.5% 0.58% -
HSV(B) 110.38º 0.52% 0.79% -
XYZ 30.04 46.6 18.48 -
YUV 163.31 90.01 92.12 -
System Red Green Blue C M Y K H S L
Decimal 113 202 96 0.44 0 0.52 0.21 110.38 0.5 0.58
Hex 71 CA 60 2C 0 34 15 6E 32 3A
Octal 161 312 140 54 0 64 25 156 62 72
Binary 1110001 11001010 1100000 101100 0 110100 10101 1101110 110010 111010

Color Harmonies of #71CA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CA60

Black with #71CA60

Text Example


Text Example

White with #71CA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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