#71D370

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

Shades of Pastel Green #71D370

Tints of Pastel Green #71D370

Color information

#71D370 (or 0x71D370) is unknown color: approx Pastel Green. HEX triplet: 71, D3 and 70. RGB value is (113,211,112). Sum of RGB (Red+Green+Blue) = 113+211+112=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #71D370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D370 is #8E2C8F. Grayscale: #AAAAAA. Windows color (decimal): -9317520 or 7394161. OLE color: 7394161.

HSL color Cylindrical-coordinate representation of color #71D370: hue angle of 119.39º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D370 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB113211112-
CMYK0.4600.470.17
HSL119.39º52.94%63.33%-
HSV(B)119.39º46.92%82.75%-
XYZ33.0351.2723.48-
YUV170.4195.0387.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 211 (82.81% from 255) = 48.39%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=25.92%
G=48.39%
B=25.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1132111120.4600.470.17119.3952.9463.33
Hex71D3702E02F1177353f
Octal16132316056057211676577
Binary11100011101001111100001011100101111100011110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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