#71DD8A

Color #71DD8A Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #71DD8A

Tints of Pastel Green #71DD8A

Color information

#71DD8A (or 0x71DD8A) is unknown color: approx Pastel Green. HEX triplet: 71, DD and 8A. RGB value is (113,221,138). Sum of RGB (Red+Green+Blue) = 113+221+138=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DD8A is #8E2275. Grayscale: #B3B3B3. Windows color (decimal): -9314934 or 9100657. OLE color: 9100657.

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

Color convert

RGB113221138-
CMYK0.4900.380.13
HSL133.89º61.36%65.49%-
HSV(B)133.89º48.87%86.67%-
XYZ37.2557.0633.09-
YUV179.25104.7280.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.94%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=23.94%
G=46.82%
B=29.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132211380.4900.380.13133.8961.3665.49
Hex71DD8A31026D863d41
Octal161335212610461520675101
Binary1110001110111011000101011000101001101101100001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71DD8A;
 }
 .AnyTagClassName
 {
   color: #71DD8A;
 }
</style>
background-color css

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

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

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

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

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

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