#71E880

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

Shades of Pastel Green #71E880

Tints of Pastel Green #71E880

Color information

#71E880 (or 0x71E880) is unknown color: approx Pastel Green. HEX triplet: 71, E8 and 80. RGB value is (113,232,128). Sum of RGB (Red+Green+Blue) = 113+232+128=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #71E880 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71E880 is #8E177F. Grayscale: #B8B8B8. Windows color (decimal): -9312128 or 8448113. OLE color: 8448113.

HSL color Cylindrical-coordinate representation of color #71E880: hue angle of 127.56º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E880 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB113232128-
CMYK0.5100.450.09
HSL127.56º72.12%67.65%-
HSV(B)127.56º51.29%90.98%-
XYZ39.5662.7830.46-
YUV184.5696.0876.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.89%
GREEN value IS 232 (91.02% from 255) = 49.05%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=23.89%
G=49.05%
B=27.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1132321280.5100.450.09127.5672.1267.65
Hex71E8803302D9804844
Octal1613502006305511200110104
Binary11100011110100010000000110011010110110011000000010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,232,128); }

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

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

 a { background-color: rgb(113,232,128); }

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

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

 span { border-color: rgb(113,232,128); }

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