#7DCA97

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

Shades of Padua #7DCA97

Tints of Padua #7DCA97

Color information

#7DCA97 (or 0x7DCA97) is unknown color: approx Padua. HEX triplet: 7D, CA and 97. RGB value is (125,202,151). Sum of RGB (Red+Green+Blue) = 125+202+151=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCA97 is #823568. Grayscale: #ADADAD. Windows color (decimal): -8533353 or 9947773. OLE color: 9947773.

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

Color convert

RGB125202151-
CMYK0.3800.250.21
HSL140.26º42.08%64.12%-
HSV(B)140.26º38.12%79.22%-
XYZ35.1648.8436.85-
YUV173.16115.4993.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.15%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=26.15%
G=42.26%
B=31.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021510.3800.250.21140.2642.0864.12
Hex7DCA9726019158c2a40
Octal175312227460312521452100
Binary1111101110010101001011110011001100110101100011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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