#7DC39B

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

Shades of Padua #7DC39B

Tints of Padua #7DC39B

Color information

#7DC39B (or 0x7DC39B) is unknown color: approx Padua. HEX triplet: 7D, C3 and 9B. RGB value is (125,195,155). Sum of RGB (Red+Green+Blue) = 125+195+155=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC39B is #823C64. Grayscale: #A9A9A9. Windows color (decimal): -8535141 or 10208125. OLE color: 10208125.

HSL color Cylindrical-coordinate representation of color #7DC39B: hue angle of 145.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DC39B is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB125195155-
CMYK0.3600.210.24
HSL145.71º36.84%62.75%-
HSV(B)145.71º35.9%76.47%-
XYZ33.8945.7638.06-
YUV169.51119.8196.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=26.32%
G=41.05%
B=32.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951550.3600.210.24145.7136.8462.75
Hex7DC39B240151892253f
Octal17530323344025302224577
Binary111110111000011100110111001000101011100010010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,195,155); }

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

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

 a { background-color: rgb(125,195,155); }

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

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

 span { border-color: rgb(125,195,155); }

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