#7DD580

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

Shades of Pastel Green #7DD580

Tints of Pastel Green #7DD580

Color information

#7DD580 (or 0x7DD580) is unknown color: approx Pastel Green. HEX triplet: 7D, D5 and 80. RGB value is (125,213,128). Sum of RGB (Red+Green+Blue) = 125+213+128=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD580 is #822A7F. Grayscale: #B1B1B1. Windows color (decimal): -8530560 or 8443261. OLE color: 8443261.

HSL color Cylindrical-coordinate representation of color #7DD580: hue angle of 122.05º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD580 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB125213128-
CMYK0.4100.400.16
HSL122.05º51.16%66.27%-
HSV(B)122.05º41.31%83.53%-
XYZ36.1553.5128.84-
YUV177100.3590.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.82%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=26.82%
G=45.71%
B=27.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252131280.4100.400.16122.0551.1666.27
Hex7DD58029028107a3342
Octal175325200510502017263102
Binary1111101110101011000000010100101010001000011110101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,128); }

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

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

 a { background-color: rgb(125,213,128); }

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

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

 span { border-color: rgb(125,213,128); }

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