#7DDC75

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

Shades of Pastel Green #7DDC75

Tints of Pastel Green #7DDC75

Color information

#7DDC75 (or 0x7DDC75) is unknown color: approx Pastel Green. HEX triplet: 7D, DC and 75. RGB value is (125,220,117). Sum of RGB (Red+Green+Blue) = 125+220+117=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDC75 is #82238A. Grayscale: #B4B4B4. Windows color (decimal): -8528779 or 7724157. OLE color: 7724157.

HSL color Cylindrical-coordinate representation of color #7DDC75: hue angle of 115.34º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DDC75 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB125220117-
CMYK0.4300.470.14
HSL115.34º59.54%66.08%-
HSV(B)115.34º46.82%86.27%-
XYZ37.2656.8325.84-
YUV179.8592.5388.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.06%
GREEN value IS 220 (86.33% from 255) = 47.62%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=27.06%
G=47.62%
B=25.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201170.4300.470.14115.3459.5466.08
Hex7DDC752B02FE733c42
Octal175334165530571616374102
Binary11111011101110011101011010110101111111011100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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