#71D386

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

Shades of Pastel Green #71D386

Tints of Pastel Green #71D386

Color information

#71D386 (or 0x71D386) is unknown color: approx Pastel Green. HEX triplet: 71, D3 and 86. RGB value is (113,211,134). Sum of RGB (Red+Green+Blue) = 113+211+134=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #71D386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D386 is #8E2C79. Grayscale: #ADADAD. Windows color (decimal): -9317498 or 8835953. OLE color: 8835953.

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

Color convert

RGB113211134-
CMYK0.4600.360.17
HSL132.86º52.69%63.53%-
HSV(B)132.86º46.45%82.75%-
XYZ34.4151.8230.74-
YUV172.92106.0385.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 211 (82.81% from 255) = 46.07%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=24.67%
G=46.07%
B=29.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1132111340.4600.360.17132.8652.6963.53
Hex71D3862E02411853540
Octal161323206560442120565100
Binary11100011101001110000110101110010010010001100001011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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