#7DDD7C

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

Shades of Pastel Green #7DDD7C

Tints of Pastel Green #7DDD7C

Color information

#7DDD7C (or 0x7DDD7C) is unknown color: approx Pastel Green. HEX triplet: 7D, DD and 7C. RGB value is (125,221,124). Sum of RGB (Red+Green+Blue) = 125+221+124=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD7C is #822283. Grayscale: #B5B5B5. Windows color (decimal): -8528516 or 8183165. OLE color: 8183165.

HSL color Cylindrical-coordinate representation of color #7DDD7C: hue angle of 119.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDD7C is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB125221124-
CMYK0.4300.440.13
HSL119.38º58.79%67.65%-
HSV(B)119.38º43.89%86.67%-
XYZ37.9557.5328.17-
YUV181.2495.787.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 221 (86.72% from 255) = 47.02%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=26.60%
G=47.02%
B=26.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211240.4300.440.13119.3858.7967.65
Hex7DDD7C2B02CD773b44
Octal175335174530541516773104
Binary11111011101110111111001010110101100110111101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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