#71DE7A

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

Shades of Pastel Green #71DE7A

Tints of Pastel Green #71DE7A

Color information

#71DE7A (or 0x71DE7A) is unknown color: approx Pastel Green. HEX triplet: 71, DE and 7A. RGB value is (113,222,122). Sum of RGB (Red+Green+Blue) = 113+222+122=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #71DE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DE7A is #8E2185. Grayscale: #B2B2B2. Windows color (decimal): -9314694 or 8052337. OLE color: 8052337.

HSL color Cylindrical-coordinate representation of color #71DE7A: hue angle of 124.95º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DE7A is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB113222122-
CMYK0.4900.450.13
HSL124.95º62.29%65.69%-
HSV(B)124.95º49.1%87.06%-
XYZ36.4457.1627.52-
YUV178.0196.3981.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 222 (87.11% from 255) = 48.58%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=24.73%
G=48.58%
B=26.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1132221220.4900.450.13124.9562.2965.69
Hex71DE7A3102DD7d3e42
Octal161336172610551517576102
Binary11100011101111011110101100010101101110111111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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