#71DB8A

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

Shades of Pastel Green #71DB8A

Tints of Pastel Green #71DB8A

Color information

#71DB8A (or 0x71DB8A) is unknown color: approx Pastel Green. HEX triplet: 71, DB and 8A. RGB value is (113,219,138). Sum of RGB (Red+Green+Blue) = 113+219+138=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DB8A is #8E2475. Grayscale: #B2B2B2. Windows color (decimal): -9315446 or 9100145. OLE color: 9100145.

HSL color Cylindrical-coordinate representation of color #71DB8A: hue angle of 134.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DB8A is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB113219138-
CMYK0.4800.370.14
HSL134.15º59.55%65.1%-
HSV(B)134.15º48.4%85.88%-
XYZ36.7356.0132.92-
YUV178.07105.3881.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 219 (85.94% from 255) = 46.60%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=24.04%
G=46.60%
B=29.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132191380.4800.370.14134.1559.5565.1
Hex71DB8A30025E863c41
Octal161333212600451620674101
Binary1110001110110111000101011000001001011110100001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,219,138); }

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

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

 a { background-color: rgb(113,219,138); }

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

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

 span { border-color: rgb(113,219,138); }

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