Html Css Color HEX #71D982 Pastel Green

📋 copy color: '#71D982'

red 113 ◦ green 217 ◦ blue 130

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

Shades of Pastel Green #71D982

Tints of Pastel Green #71D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.17%

 BLUE value IS 130 (51.17% from 255) = 28.26%

R = 24.57%
G = 47.17%
B = 28.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#71D982 (or 0x71D982) is known color: Pastel Green. HEX triplet: 71, D9 and 82. RGB value is (113,217,130). Sum of RGB (Red+Green+Blue) = 113+217+130=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #71D982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D982 is #8E267D. Grayscale: #B0B0B0. Windows color (decimal): -9315966 or 8575345. OLE color: 8575345.

HSL color Cylindrical-coordinate representation of color #71D982: hue angle of 129.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D982 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 217 130 -
CMYK 0.48 0 0.40 0.15
HSL 129.81º 0.58% 0.65% -
HSV(B) 129.81º 0.48% 0.85% -
XYZ 35.65 54.75 29.81 -
YUV 175.99 102.04 83.07 -
System Red Green Blue C M Y K H S L
Decimal 113 217 130 0.48 0 0.40 0.15 129.81 0.58 0.65
Hex 71 D9 82 30 0 28 F 82 3A 41
Octal 161 331 202 60 0 50 17 202 72 101
Binary 1110001 11011001 10000010 110000 0 101000 1111 10000010 111010 1000001

Color Harmonies of #71D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D982

Black with #71D982

Text Example


Text Example

White with #71D982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,217,130); }

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

background-color css

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

 a { background-color: rgb(113,217,130); }

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

border-color css

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

 span { border-color: rgb(113,217,130); }

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