#7DCC9D

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

Shades of Padua #7DCC9D

Tints of Padua #7DCC9D

Color information

#7DCC9D (or 0x7DCC9D) is unknown color: approx Padua. HEX triplet: 7D, CC and 9D. RGB value is (125,204,157). Sum of RGB (Red+Green+Blue) = 125+204+157=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC9D is #823362. Grayscale: #AFAFAF. Windows color (decimal): -8532835 or 10341501. OLE color: 10341501.

HSL color Cylindrical-coordinate representation of color #7DCC9D: hue angle of 144.3º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCC9D is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB125204157-
CMYK0.3900.230.2
HSL144.3º43.65%64.51%-
HSV(B)144.3º38.73%80%-
XYZ36.1449.9839.64-
YUV175.02117.8392.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.72%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=25.72%
G=41.98%
B=32.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1252041570.3900.230.2144.343.6564.51
Hex7DCC9D2701714902c41
Octal175314235470272422054101
Binary1111101110011001001110110011101011110100100100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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