Html Css Color HEX #71DC8D Pastel Green

📋 copy color: '#71DC8D'

red 113 ◦ green 220 ◦ blue 141

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

Shades of Pastel Green #71DC8D

Tints of Pastel Green #71DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 23.84%
G = 46.41%
B = 29.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#71DC8D (or 0x71DC8D) is known color: Pastel Green. HEX triplet: 71, DC and 8D. RGB value is (113,220,141). Sum of RGB (Red+Green+Blue) = 113+220+141=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DC8D is #8E2372. Grayscale: #B3B3B3. Windows color (decimal): -9315187 or 9297009. OLE color: 9297009.

HSL color Cylindrical-coordinate representation of color #71DC8D: hue angle of 135.7º 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 #71DC8D is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 141 -
CMYK 0.49 0 0.36 0.14
HSL 135.7º 0.6% 0.65% -
HSV(B) 135.7º 0.49% 0.86% -
XYZ 37.21 56.62 34.17 -
YUV 179 106.55 80.92 -
System Red Green Blue C M Y K H S L
Decimal 113 220 141 0.49 0 0.36 0.14 135.7 0.6 0.65
Hex 71 DC 8D 31 0 24 E 88 3C 41
Octal 161 334 215 61 0 44 16 210 74 101
Binary 1110001 11011100 10001101 110001 0 100100 1110 10001000 111100 1000001

Color Harmonies of #71DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC8D

Black with #71DC8D

Text Example


Text Example

White with #71DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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