#7DD573

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

Shades of Pastel Green #7DD573

Tints of Pastel Green #7DD573

Color information

#7DD573 (or 0x7DD573) is unknown color: approx Pastel Green. HEX triplet: 7D, D5 and 73. RGB value is (125,213,115). Sum of RGB (Red+Green+Blue) = 125+213+115=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD573 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD573 is #822A8C. Grayscale: #AFAFAF. Windows color (decimal): -8530573 or 7591293. OLE color: 7591293.

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

Color convert

RGB125213115-
CMYK0.4100.460.16
HSL113.88º53.85%64.31%-
HSV(B)113.88º46.01%83.53%-
XYZ35.3553.1924.62-
YUV175.5293.8591.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.59%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 115 (45.31% from 255) = 25.39%
R=27.59%
G=47.02%
B=25.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252131150.4100.460.16113.8853.8564.31
Hex7DD5732902E10723640
Octal175325163510562016266100
Binary111110111010101111001110100101011101000011100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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