#7DCA94

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

Shades of Padua #7DCA94

Tints of Padua #7DCA94

Color information

#7DCA94 (or 0x7DCA94) is unknown color: approx Padua. HEX triplet: 7D, CA and 94. RGB value is (125,202,148). Sum of RGB (Red+Green+Blue) = 125+202+148=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA94 is #82356B. Grayscale: #ACACAC. Windows color (decimal): -8533356 or 9751165. OLE color: 9751165.

HSL color Cylindrical-coordinate representation of color #7DCA94: hue angle of 137.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCA94 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB125202148-
CMYK0.3800.270.21
HSL137.92º42.08%64.12%-
HSV(B)137.92º38.12%79.22%-
XYZ34.9248.7435.58-
YUV172.82113.9993.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=26.32%
G=42.53%
B=31.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021480.3800.270.21137.9242.0864.12
Hex7DCA942601B158a2a40
Octal175312224460332521252100
Binary1111101110010101001010010011001101110101100010101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,148); }

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

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

 a { background-color: rgb(125,202,148); }

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

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

 span { border-color: rgb(125,202,148); }

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