#7DDD71

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

Shades of Pastel Green #7DDD71

Tints of Pastel Green #7DDD71

Color information

#7DDD71 (or 0x7DDD71) is unknown color: approx Pastel Green. HEX triplet: 7D, DD and 71. RGB value is (125,221,113). Sum of RGB (Red+Green+Blue) = 125+221+113=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD71 is #82228E. Grayscale: #B4B4B4. Windows color (decimal): -8528527 or 7462269. OLE color: 7462269.

HSL color Cylindrical-coordinate representation of color #7DDD71: hue angle of 113.33º 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 #7DDD71 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB125221113-
CMYK0.4300.490.13
HSL113.33º61.36%65.49%-
HSV(B)113.33º48.87%86.67%-
XYZ37.2957.2724.71-
YUV179.9890.288.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.23%
GREEN value IS 221 (86.72% from 255) = 48.15%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=27.23%
G=48.15%
B=24.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211130.4300.490.13113.3361.3665.49
Hex7DDD712B031D713d41
Octal175335161530611516175101
Binary11111011101110111100011010110110001110111100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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