#71E06C

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

Shades of Pastel Green #71E06C

Tints of Pastel Green #71E06C

Color information

#71E06C (or 0x71E06C) is unknown color: approx Pastel Green. HEX triplet: 71, E0 and 6C. RGB value is (113,224,108). Sum of RGB (Red+Green+Blue) = 113+224+108=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #71E06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E06C is #8E1F93. Grayscale: #B1B1B1. Windows color (decimal): -9314196 or 7135345. OLE color: 7135345.

HSL color Cylindrical-coordinate representation of color #71E06C: hue angle of 117.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71E06C is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB113224108-
CMYK0.5000.520.12
HSL117.41º65.17%65.1%-
HSV(B)117.41º51.79%87.84%-
XYZ36.1757.923.46-
YUV177.5988.7381.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.39%
GREEN value IS 224 (87.89% from 255) = 50.34%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=25.39%
G=50.34%
B=24.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132241080.5000.520.12117.4165.1765.1
Hex71E06C32034C754141
Octal1613401546206414165101101
Binary111000111100000110110011001001101001100111010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,224,108); }

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

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

 a { background-color: rgb(113,224,108); }

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

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

 span { border-color: rgb(113,224,108); }

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