#71D884

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

Shades of Pastel Green #71D884

Tints of Pastel Green #71D884

Color information

#71D884 (or 0x71D884) is unknown color: approx Pastel Green. HEX triplet: 71, D8 and 84. RGB value is (113,216,132). Sum of RGB (Red+Green+Blue) = 113+216+132=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #71D884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D884 is #8E277B. Grayscale: #AFAFAF. Windows color (decimal): -9316220 or 8706161. OLE color: 8706161.

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

Color convert

RGB113216132-
CMYK0.4800.390.15
HSL131.07º56.91%64.51%-
HSV(B)131.07º47.69%84.71%-
XYZ35.5354.2930.44-
YUV175.63103.3883.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.51%
GREEN value IS 216 (84.77% from 255) = 46.85%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=24.51%
G=46.85%
B=28.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132161320.4800.390.15131.0756.9164.51
Hex71D88430027F833941
Octal161330204600471720371101
Binary1110001110110001000010011000001001111111100000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,216,132); }

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

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

 a { background-color: rgb(113,216,132); }

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

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

 span { border-color: rgb(113,216,132); }

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