#71D970

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

Shades of Pastel Green #71D970

Tints of Pastel Green #71D970

Color information

#71D970 (or 0x71D970) is unknown color: approx Pastel Green. HEX triplet: 71, D9 and 70. RGB value is (113,217,112). Sum of RGB (Red+Green+Blue) = 113+217+112=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #71D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D970 is #8E268F. Grayscale: #AEAEAE. Windows color (decimal): -9315984 or 7395697. OLE color: 7395697.

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

Color convert

RGB113217112-
CMYK0.4800.480.15
HSL119.43º58.01%64.51%-
HSV(B)119.43º48.39%85.1%-
XYZ34.5554.3123.99-
YUV173.9393.0484.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.57%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=25.57%
G=49.10%
B=25.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132171120.4800.480.15119.4358.0164.51
Hex71D97030030F773a41
Octal161331160600601716772101
Binary11100011101100111100001100000110000111111101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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