#71D981

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

Shades of Pastel Green #71D981

Tints of Pastel Green #71D981

Color information

#71D981 (or 0x71D981) is unknown color: approx Pastel Green. HEX triplet: 71, D9 and 81. RGB value is (113,217,129). Sum of RGB (Red+Green+Blue) = 113+217+129=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #71D981 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D981 is #8E267E. Grayscale: #B0B0B0. Windows color (decimal): -9315967 or 8509809. OLE color: 8509809.

HSL color Cylindrical-coordinate representation of color #71D981: hue angle of 129.23º 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 #71D981 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB113217129-
CMYK0.4800.410.15
HSL129.23º57.78%64.71%-
HSV(B)129.23º47.93%85.1%-
XYZ35.5954.7229.46-
YUV175.87101.5483.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.62%
GREEN value IS 217 (85.16% from 255) = 47.28%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=24.62%
G=47.28%
B=28.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132171290.4800.410.15129.2357.7864.71
Hex71D98130029F813a41
Octal161331201600511720172101
Binary1110001110110011000000111000001010011111100000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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