Html Css Color HEX #71CD4D Mantis

📋 copy color: '#71CD4D'

red 113 ◦ green 205 ◦ blue 77

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

Shades of Mantis #71CD4D

Tints of Mantis #71CD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 28.61%
G = 51.9%
B = 19.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#71CD4D (or 0x71CD4D) is known color: Mantis. HEX triplet: 71, CD and 4D. RGB value is (113,205,77). Sum of RGB (Red+Green+Blue) = 113+205+77=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CD4D is #8E32B2. Grayscale: #A3A3A3. Windows color (decimal): -9319091 or 5098865. OLE color: 5098865.

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

Color convert

RGB 113 205 77 -
CMYK 0.45 0 0.62 0.20
HSL 103.13º 0.56% 0.55% -
HSV(B) 103.13º 0.62% 0.8% -
XYZ 29.98 47.71 14.65 -
YUV 162.9 79.52 92.41 -
System Red Green Blue C M Y K H S L
Decimal 113 205 77 0.45 0 0.62 0.20 103.13 0.56 0.55
Hex 71 CD 4D 2D 0 3E 14 67 38 37
Octal 161 315 115 55 0 76 24 147 70 67
Binary 1110001 11001101 1001101 101101 0 111110 10100 1100111 111000 110111

Color Harmonies of #71CD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CD4D

Black with #71CD4D

Text Example


Text Example

White with #71CD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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