Html Css Color HEX #71DC7A Pastel Green

📋 copy color: '#71DC7A'

red 113 ◦ green 220 ◦ blue 122

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

Shades of Pastel Green #71DC7A

Tints of Pastel Green #71DC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.35%

 BLUE value IS 122 (48.05% from 255) = 26.81%

R = 24.84%
G = 48.35%
B = 26.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#71DC7A (or 0x71DC7A) is known color: Pastel Green. HEX triplet: 71, DC and 7A. RGB value is (113,220,122). Sum of RGB (Red+Green+Blue) = 113+220+122=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC7A is #8E2385. Grayscale: #B1B1B1. Windows color (decimal): -9315206 or 8051825. OLE color: 8051825.

HSL color Cylindrical-coordinate representation of color #71DC7A: hue angle of 125.05º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DC7A is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 122 -
CMYK 0.49 0 0.45 0.14
HSL 125.05º 0.6% 0.65% -
HSV(B) 125.05º 0.49% 0.86% -
XYZ 35.92 56.1 27.35 -
YUV 176.84 97.05 82.47 -
System Red Green Blue C M Y K H S L
Decimal 113 220 122 0.49 0 0.45 0.14 125.05 0.6 0.65
Hex 71 DC 7A 31 0 2D E 7D 3C 41
Octal 161 334 172 61 0 55 16 175 74 101
Binary 1110001 11011100 1111010 110001 0 101101 1110 1111101 111100 1000001

Color Harmonies of #71DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC7A

Black with #71DC7A

Text Example


Text Example

White with #71DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,122); }

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

background-color css

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

 a { background-color: rgb(113,220,122); }

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

border-color css

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

 span { border-color: rgb(113,220,122); }

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