#7DC393

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

Shades of Padua #7DC393

Tints of Padua #7DC393

Color information

#7DC393 (or 0x7DC393) is unknown color: approx Padua. HEX triplet: 7D, C3 and 93. RGB value is (125,195,147). Sum of RGB (Red+Green+Blue) = 125+195+147=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC393 is #823C6C. Grayscale: #A8A8A8. Windows color (decimal): -8535149 or 9683837. OLE color: 9683837.

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

Color convert

RGB125195147-
CMYK0.3600.250.24
HSL138.86º36.84%62.75%-
HSV(B)138.86º35.9%76.47%-
XYZ33.2445.534.63-
YUV168.6115.8196.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.77%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=26.77%
G=41.76%
B=31.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251951470.3600.250.24138.8636.8462.75
Hex7DC39324019188b253f
Octal17530322344031302134577
Binary111110111000011100100111001000110011100010001011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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