#7DC39A

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

Shades of Padua #7DC39A

Tints of Padua #7DC39A

Color information

#7DC39A (or 0x7DC39A) is unknown color: approx Padua. HEX triplet: 7D, C3 and 9A. RGB value is (125,195,154). Sum of RGB (Red+Green+Blue) = 125+195+154=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC39A is #823C65. Grayscale: #A9A9A9. Windows color (decimal): -8535142 or 10142589. OLE color: 10142589.

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

Color convert

RGB125195154-
CMYK0.3600.210.24
HSL144.86º36.84%62.75%-
HSV(B)144.86º35.9%76.47%-
XYZ33.8145.7237.62-
YUV169.4119.3196.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=26.37%
G=41.14%
B=32.49%

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
Decimal1251951540.3600.210.24144.8636.8462.75
Hex7DC39A240151891253f
Octal17530323244025302214577
Binary111110111000011100110101001000101011100010010001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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