#7CDD80

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

Shades of Pastel Green #7CDD80

Tints of Pastel Green #7CDD80

Color information

#7CDD80 (or 0x7CDD80) is unknown color: approx Pastel Green. HEX triplet: 7C, DD and 80. RGB value is (124,221,128). Sum of RGB (Red+Green+Blue) = 124+221+128=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD80 is #83227F. Grayscale: #B5B5B5. Windows color (decimal): -8594048 or 8445308. OLE color: 8445308.

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

Color convert

RGB124221128-
CMYK0.4400.420.13
HSL122.47º58.79%67.65%-
HSV(B)122.47º43.89%86.67%-
XYZ38.0657.5629.53-
YUV181.497.8687.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.22%
GREEN value IS 221 (86.72% from 255) = 46.72%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=26.22%
G=46.72%
B=27.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211280.4400.420.13122.4758.7967.65
Hex7CDD802C02AD7a3b44
Octal174335200540521517273104
Binary111110011011101100000001011000101010110111110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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