Html Css Color HEX #71DD84 Pastel Green

📋 copy color: '#71DD84'

red 113 ◦ green 221 ◦ blue 132

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

Shades of Pastel Green #71DD84

Tints of Pastel Green #71DD84

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 24.25%
G = 47.42%
B = 28.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#71DD84 (or 0x71DD84) is known color: Pastel Green. HEX triplet: 71, DD and 84. RGB value is (113,221,132). Sum of RGB (Red+Green+Blue) = 113+221+132=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DD84 is #8E227B. Grayscale: #B2B2B2. Windows color (decimal): -9314940 or 8707441. OLE color: 8707441.

HSL color Cylindrical-coordinate representation of color #71DD84: hue angle of 130.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DD84 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 221 132 -
CMYK 0.49 0 0.40 0.13
HSL 130.56º 0.61% 0.65% -
HSV(B) 130.56º 0.49% 0.87% -
XYZ 36.83 56.89 30.87 -
YUV 178.56 101.72 81.24 -
System Red Green Blue C M Y K H S L
Decimal 113 221 132 0.49 0 0.40 0.13 130.56 0.61 0.65
Hex 71 DD 84 31 0 28 D 83 3D 41
Octal 161 335 204 61 0 50 15 203 75 101
Binary 1110001 11011101 10000100 110001 0 101000 1101 10000011 111101 1000001

Color Harmonies of #71DD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DD84

Black with #71DD84

Text Example


Text Example

White with #71DD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,221,132); }

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

background-color css

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

 a { background-color: rgb(113,221,132); }

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

border-color css

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

 span { border-color: rgb(113,221,132); }

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