#71D975

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

Shades of Pastel Green #71D975

Tints of Pastel Green #71D975

Color information

#71D975 (or 0x71D975) is unknown color: approx Pastel Green. HEX triplet: 71, D9 and 75. RGB value is (113,217,117). Sum of RGB (Red+Green+Blue) = 113+217+117=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #71D975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D975 is #8E268A. Grayscale: #AEAEAE. Windows color (decimal): -9315979 or 7723377. OLE color: 7723377.

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

Color convert

RGB113217117-
CMYK0.4800.460.15
HSL122.31º57.78%64.71%-
HSV(B)122.31º47.93%85.1%-
XYZ34.8354.4225.5-
YUV174.595.5484.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.28%
GREEN value IS 217 (85.16% from 255) = 48.55%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=25.28%
G=48.55%
B=26.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132171170.4800.460.15122.3157.7864.71
Hex71D9753002EF7a3a41
Octal161331165600561717272101
Binary11100011101100111101011100000101110111111110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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