#71E07A

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

Shades of Pastel Green #71E07A

Tints of Pastel Green #71E07A

Color information

#71E07A (or 0x71E07A) is unknown color: approx Pastel Green. HEX triplet: 71, E0 and 7A. RGB value is (113,224,122). Sum of RGB (Red+Green+Blue) = 113+224+122=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #71E07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E07A is #8E1F85. Grayscale: #B3B3B3. Windows color (decimal): -9314182 or 8052849. OLE color: 8052849.

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

Color convert

RGB113224122-
CMYK0.5000.460.12
HSL124.86º64.16%66.08%-
HSV(B)124.86º49.55%87.84%-
XYZ36.9858.2327.7-
YUV179.1895.7380.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.62%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=24.62%
G=48.80%
B=26.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132241220.5000.460.12124.8664.1666.08
Hex71E07A3202EC7d4042
Octal1613401726205614175100102
Binary111000111100000111101011001001011101100111110110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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