#71DB8E

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

Shades of Pastel Green #71DB8E

Tints of Pastel Green #71DB8E

Color information

#71DB8E (or 0x71DB8E) is unknown color: approx Pastel Green. HEX triplet: 71, DB and 8E. RGB value is (113,219,142). Sum of RGB (Red+Green+Blue) = 113+219+142=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DB8E is #8E2471. Grayscale: #B2B2B2. Windows color (decimal): -9315442 or 9362289. OLE color: 9362289.

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

Color convert

RGB113219142-
CMYK0.4800.350.14
HSL136.42º59.55%65.1%-
HSV(B)136.42º48.4%85.88%-
XYZ37.0256.1334.47-
YUV178.53107.3881.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.84%
GREEN value IS 219 (85.94% from 255) = 46.20%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=23.84%
G=46.20%
B=29.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1132191420.4800.350.14136.4259.5565.1
Hex71DB8E30023E883c41
Octal161333216600431621074101
Binary1110001110110111000111011000001000111110100010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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