#7DD175

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

Shades of Pastel Green #7DD175

Tints of Pastel Green #7DD175

Color information

#7DD175 (or 0x7DD175) is unknown color: approx Pastel Green. HEX triplet: 7D, D1 and 75. RGB value is (125,209,117). Sum of RGB (Red+Green+Blue) = 125+209+117=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD175 is #822E8A. Grayscale: #ADADAD. Windows color (decimal): -8531595 or 7721341. OLE color: 7721341.

HSL color Cylindrical-coordinate representation of color #7DD175: hue angle of 114.78º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DD175 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB125209117-
CMYK0.4000.440.18
HSL114.78º50%63.92%-
HSV(B)114.78º44.02%81.96%-
XYZ34.4751.2524.9-
YUV173.496.1793.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.72%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=27.72%
G=46.34%
B=25.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252091170.4000.440.18114.785063.92
Hex7DD1752802C12733240
Octal175321165500542216362100
Binary111110111010001111010110100001011001001011100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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