#7DC394

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

Shades of Padua #7DC394

Tints of Padua #7DC394

Color information

#7DC394 (or 0x7DC394) is unknown color: approx Padua. HEX triplet: 7D, C3 and 94. RGB value is (125,195,148). Sum of RGB (Red+Green+Blue) = 125+195+148=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC394 is #823C6B. Grayscale: #A8A8A8. Windows color (decimal): -8535148 or 9749373. OLE color: 9749373.

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

Color convert

RGB125195148-
CMYK0.3600.240.24
HSL139.71º36.84%62.75%-
HSV(B)139.71º35.9%76.47%-
XYZ33.3245.5335.05-
YUV168.71116.3196.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 148 (58.20% from 255) = 31.62%
R=26.71%
G=41.67%
B=31.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951480.3600.240.24139.7136.8462.75
Hex7DC39424018188c253f
Octal17530322444030302144577
Binary111110111000011100101001001000110001100010001100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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