#71D88C

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

Shades of Pastel Green #71D88C

Tints of Pastel Green #71D88C

Color information

#71D88C (or 0x71D88C) is unknown color: approx Pastel Green. HEX triplet: 71, D8 and 8C. RGB value is (113,216,140). Sum of RGB (Red+Green+Blue) = 113+216+140=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #71D88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D88C is #8E2773. Grayscale: #B0B0B0. Windows color (decimal): -9316212 or 9230449. OLE color: 9230449.

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

Color convert

RGB113216140-
CMYK0.4800.350.15
HSL135.73º56.91%64.51%-
HSV(B)135.73º47.69%84.71%-
XYZ36.154.5233.43-
YUV176.54107.3882.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.09%
GREEN value IS 216 (84.77% from 255) = 46.06%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=24.09%
G=46.06%
B=29.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132161400.4800.350.15135.7356.9164.51
Hex71D88C30023F883941
Octal161330214600431721071101
Binary1110001110110001000110011000001000111111100010001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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