#71E480

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

Shades of Pastel Green #71E480

Tints of Pastel Green #71E480

Color information

#71E480 (or 0x71E480) is unknown color: approx Pastel Green. HEX triplet: 71, E4 and 80. RGB value is (113,228,128). Sum of RGB (Red+Green+Blue) = 113+228+128=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #71E480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71E480 is #8E1B7F. Grayscale: #B6B6B6. Windows color (decimal): -9313152 or 8447089. OLE color: 8447089.

HSL color Cylindrical-coordinate representation of color #71E480: hue angle of 127.83º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E480 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB113228128-
CMYK0.5000.440.11
HSL127.83º68.05%66.86%-
HSV(B)127.83º50.44%89.41%-
XYZ38.4560.5630.08-
YUV182.2297.478.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.09%
GREEN value IS 228 (89.45% from 255) = 48.61%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=24.09%
G=48.61%
B=27.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1132281280.5000.440.11127.8368.0566.86
Hex71E4803202CB804443
Octal1613442006205413200104103
Binary11100011110010010000000110010010110010111000000010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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