Html Css Color HEX #71CD60 Mantis

📋 copy color: '#71CD60'

red 113 ◦ green 205 ◦ blue 96

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

Shades of Mantis #71CD60

Tints of Mantis #71CD60

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.52%

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

R = 27.29%
G = 49.52%
B = 23.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#71CD60 (or 0x71CD60) is known color: Mantis. HEX triplet: 71, CD and 60. RGB value is (113,205,96). Sum of RGB (Red+Green+Blue) = 113+205+96=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CD60 is #8E329F. Grayscale: #A5A5A5. Windows color (decimal): -9319072 or 6344049. OLE color: 6344049.

HSL color Cylindrical-coordinate representation of color #71CD60: hue angle of 110.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71CD60 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 96 -
CMYK 0.45 0 0.53 0.20
HSL 110.64º 0.52% 0.59% -
HSV(B) 110.64º 0.53% 0.8% -
XYZ 30.75 48.02 18.71 -
YUV 165.07 89.02 90.86 -
System Red Green Blue C M Y K H S L
Decimal 113 205 96 0.45 0 0.53 0.20 110.64 0.52 0.59
Hex 71 CD 60 2D 0 35 14 6F 34 3B
Octal 161 315 140 55 0 65 24 157 64 73
Binary 1110001 11001101 1100000 101101 0 110101 10100 1101111 110100 111011

Color Harmonies of #71CD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CD60

Black with #71CD60

Text Example


Text Example

White with #71CD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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