#7DD19C

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

Shades of Padua #7DD19C

Tints of Padua #7DD19C

Color information

#7DD19C (or 0x7DD19C) is unknown color: approx Padua. HEX triplet: 7D, D1 and 9C. RGB value is (125,209,156). Sum of RGB (Red+Green+Blue) = 125+209+156=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD19C is #822E63. Grayscale: #B1B1B1. Windows color (decimal): -8531556 or 10277245. OLE color: 10277245.

HSL color Cylindrical-coordinate representation of color #7DD19C: hue angle of 142.14º 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 #7DD19C is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB125209156-
CMYK0.4000.250.18
HSL142.14º47.73%65.49%-
HSV(B)142.14º40.19%81.96%-
XYZ37.2652.3639.6-
YUV177.84115.6790.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.51%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=25.51%
G=42.65%
B=31.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252091560.4000.250.18142.1447.7365.49
Hex7DD19C28019128e3041
Octal175321234500312221660101
Binary1111101110100011001110010100001100110010100011101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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