#7DD39D

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

Shades of Padua #7DD39D

Tints of Padua #7DD39D

Color information

#7DD39D (or 0x7DD39D) is unknown color: approx Padua. HEX triplet: 7D, D3 and 9D. RGB value is (125,211,157). Sum of RGB (Red+Green+Blue) = 125+211+157=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD39D is #822C62. Grayscale: #B3B3B3. Windows color (decimal): -8531043 or 10343293. OLE color: 10343293.

HSL color Cylindrical-coordinate representation of color #7DD39D: hue angle of 142.33º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD39D is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB125211157-
CMYK0.4100.260.17
HSL142.33º49.43%65.88%-
HSV(B)142.33º40.76%82.75%-
XYZ37.8453.3840.21-
YUV179.13115.5189.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 211 (82.81% from 255) = 42.80%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=25.35%
G=42.80%
B=31.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252111570.4100.260.17142.3349.4365.88
Hex7DD39D2901A118e3142
Octal175323235510322121661102
Binary1111101110100111001110110100101101010001100011101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,211,157); }

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

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

 a { background-color: rgb(125,211,157); }

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

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

 span { border-color: rgb(125,211,157); }

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