#71CD80

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

Shades of Pastel Green #71CD80

Tints of Pastel Green #71CD80

Color information

#71CD80 (or 0x71CD80) is unknown color: approx Pastel Green. HEX triplet: 71, CD and 80. RGB value is (113,205,128). Sum of RGB (Red+Green+Blue) = 113+205+128=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71CD80 is #8E327F. Grayscale: #A8A8A8. Windows color (decimal): -9319040 or 8441201. OLE color: 8441201.

HSL color Cylindrical-coordinate representation of color #71CD80: hue angle of 129.78º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CD80 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB113205128-
CMYK0.4500.380.20
HSL129.78º47.92%62.35%-
HSV(B)129.78º44.88%80.39%-
XYZ32.5448.7328.11-
YUV168.71105.0288.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.34%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=25.34%
G=45.96%
B=28.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132051280.4500.380.20129.7847.9262.35
Hex71CD802D0261482303e
Octal16131520055046242026076
Binary1110001110011011000000010110101001101010010000010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,205,128); }

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

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

 a { background-color: rgb(113,205,128); }

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

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

 span { border-color: rgb(113,205,128); }

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