#7DD875

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

Shades of Pastel Green #7DD875

Tints of Pastel Green #7DD875

Color information

#7DD875 (or 0x7DD875) is unknown color: approx Pastel Green. HEX triplet: 7D, D8 and 75. RGB value is (125,216,117). Sum of RGB (Red+Green+Blue) = 125+216+117=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD875 is #82278A. Grayscale: #B1B1B1. Windows color (decimal): -8529803 or 7723133. OLE color: 7723133.

HSL color Cylindrical-coordinate representation of color #7DD875: hue angle of 115.15º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DD875 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB125216117-
CMYK0.4200.460.15
HSL115.15º55.93%65.29%-
HSV(B)115.15º45.83%84.71%-
XYZ36.2254.7625.49-
YUV177.593.8590.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.29%
GREEN value IS 216 (84.77% from 255) = 47.16%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=27.29%
G=47.16%
B=25.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252161170.4200.460.15115.1555.9365.29
Hex7DD8752A02EF733841
Octal175330165520561716370101
Binary11111011101100011101011010100101110111111100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,216,117); }

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

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

 a { background-color: rgb(125,216,117); }

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

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

 span { border-color: rgb(125,216,117); }

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