#71D488

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

Shades of Pastel Green #71D488

Tints of Pastel Green #71D488

Color information

#71D488 (or 0x71D488) is unknown color: approx Pastel Green. HEX triplet: 71, D4 and 88. RGB value is (113,212,136). Sum of RGB (Red+Green+Blue) = 113+212+136=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #71D488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D488 is #8E2B77. Grayscale: #ADADAD. Windows color (decimal): -9317240 or 8967281. OLE color: 8967281.

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

Color convert

RGB113212136-
CMYK0.4700.360.17
HSL133.94º53.51%63.73%-
HSV(B)133.94º46.7%83.14%-
XYZ34.852.3831.57-
YUV173.74106.784.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.51%
GREEN value IS 212 (83.20% from 255) = 45.99%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=24.51%
G=45.99%
B=29.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1132121360.4700.360.17133.9453.5163.73
Hex71D4882F02411863640
Octal161324210570442120666100
Binary11100011101010010001000101111010010010001100001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,212,136); }

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

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

 a { background-color: rgb(113,212,136); }

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

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

 span { border-color: rgb(113,212,136); }

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