#71ED8A

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

Shades of Pastel Green #71ED8A

Tints of Pastel Green #71ED8A

Color information

#71ED8A (or 0x71ED8A) is unknown color: approx Pastel Green. HEX triplet: 71, ED and 8A. RGB value is (113,237,138). Sum of RGB (Red+Green+Blue) = 113+237+138=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #71ED8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71ED8A is #8E1275. Grayscale: #BCBCBC. Windows color (decimal): -9310838 or 9104753. OLE color: 9104753.

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

Color convert

RGB113237138-
CMYK0.5200.420.07
HSL132.1º77.5%68.63%-
HSV(B)132.1º52.32%92.94%-
XYZ41.6865.9134.57-
YUV188.6499.4274.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.16%
GREEN value IS 237 (92.97% from 255) = 48.57%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=23.16%
G=48.57%
B=28.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132371380.5200.420.07132.177.568.63
Hex71ED8A3402A7844e45
Octal161355212640527204116105
Binary1110001111011011000101011010001010101111000010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71ED8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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