#71E06A

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

Shades of Pastel Green #71E06A

Tints of Pastel Green #71E06A

Color information

#71E06A (or 0x71E06A) is unknown color: approx Pastel Green. HEX triplet: 71, E0 and 6A. RGB value is (113,224,106). Sum of RGB (Red+Green+Blue) = 113+224+106=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #71E06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E06A is #8E1F95. Grayscale: #B1B1B1. Windows color (decimal): -9314198 or 7004273. OLE color: 7004273.

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

Color convert

RGB113224106-
CMYK0.5000.530.12
HSL116.44º65.56%64.71%-
HSV(B)116.44º52.68%87.84%-
XYZ36.0757.8622.9-
YUV177.3687.7382.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 224 (87.89% from 255) = 50.56%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=25.51%
G=50.56%
B=23.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1132241060.5000.530.12116.4465.5664.71
Hex71E06A32035C744241
Octal1613401526206514164102101
Binary111000111100000110101011001001101011100111010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71E06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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