#7DC99D

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

Shades of Padua #7DC99D

Tints of Padua #7DC99D

Color information

#7DC99D (or 0x7DC99D) is unknown color: approx Padua. HEX triplet: 7D, C9 and 9D. RGB value is (125,201,157). Sum of RGB (Red+Green+Blue) = 125+201+157=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC99D is #823662. Grayscale: #ADADAD. Windows color (decimal): -8533603 or 10340733. OLE color: 10340733.

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

Color convert

RGB125201157-
CMYK0.3800.220.21
HSL145.26º41.3%63.92%-
HSV(B)145.26º37.81%78.82%-
XYZ35.4348.5739.41-
YUV173.26118.8293.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=25.88%
G=41.61%
B=32.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252011570.3800.220.21145.2641.363.92
Hex7DC99D2601615912940
Octal175311235460262522151100
Binary1111101110010011001110110011001011010101100100011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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