#71EC80

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

Shades of Pastel Green #71EC80

Tints of Pastel Green #71EC80

Color information

#71EC80 (or 0x71EC80) is unknown color: approx Pastel Green. HEX triplet: 71, EC and 80. RGB value is (113,236,128). Sum of RGB (Red+Green+Blue) = 113+236+128=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EC80 is #8E137F. Grayscale: #BBBBBB. Windows color (decimal): -9311104 or 8449137. OLE color: 8449137.

HSL color Cylindrical-coordinate representation of color #71EC80: hue angle of 127.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EC80 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB113236128-
CMYK0.5200.460.07
HSL127.32º76.4%68.43%-
HSV(B)127.32º52.12%92.55%-
XYZ40.765.0630.83-
YUV186.9194.7575.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.69%
GREEN value IS 236 (92.58% from 255) = 49.48%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=23.69%
G=49.48%
B=26.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132361280.5200.460.07127.3276.468.43
Hex71EC803402E77f4c44
Octal161354200640567177114104
Binary111000111101100100000001101000101110111111111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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