#7DD19B

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

Shades of Padua #7DD19B

Tints of Padua #7DD19B

Color information

#7DD19B (or 0x7DD19B) is unknown color: approx Padua. HEX triplet: 7D, D1 and 9B. RGB value is (125,209,155). Sum of RGB (Red+Green+Blue) = 125+209+155=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD19B is #822E64. Grayscale: #B1B1B1. Windows color (decimal): -8531557 or 10211709. OLE color: 10211709.

HSL color Cylindrical-coordinate representation of color #7DD19B: hue angle of 141.43º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD19B is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB125209155-
CMYK0.4000.260.18
HSL141.43º47.73%65.49%-
HSV(B)141.43º40.19%81.96%-
XYZ37.1752.3339.15-
YUV177.73115.1790.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.56%
GREEN value IS 209 (82.03% from 255) = 42.74%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=25.56%
G=42.74%
B=31.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252091550.4000.260.18141.4347.7365.49
Hex7DD19B2801A128d3041
Octal175321233500322221560101
Binary1111101110100011001101110100001101010010100011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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