#7ADD71

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

Shades of Pastel Green #7ADD71

Tints of Pastel Green #7ADD71

Color information

#7ADD71 (or 0x7ADD71) is unknown color: approx Pastel Green. HEX triplet: 7A, DD and 71. RGB value is (122,221,113). Sum of RGB (Red+Green+Blue) = 122+221+113=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADD71 is #85228E. Grayscale: #B3B3B3. Windows color (decimal): -8725135 or 7462266. OLE color: 7462266.

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

Color convert

RGB122221113-
CMYK0.4500.490.13
HSL115º61.36%65.49%-
HSV(B)115º48.87%86.67%-
XYZ36.8657.0424.69-
YUV179.0990.787.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.75%
GREEN value IS 221 (86.72% from 255) = 48.46%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=26.75%
G=48.46%
B=24.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222211130.4500.490.1311561.3665.49
Hex7ADD712D031D733d41
Octal172335161550611516375101
Binary11110101101110111100011011010110001110111100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ADD71; }

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

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

<style>
 a { background-color: #7ADD71; }

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

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

<style>
 span { border-color: #7ADD71; }

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

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