#7DC995

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

Shades of Padua #7DC995

Tints of Padua #7DC995

Color information

#7DC995 (or 0x7DC995) is unknown color: approx Padua. HEX triplet: 7D, C9 and 95. RGB value is (125,201,149). Sum of RGB (Red+Green+Blue) = 125+201+149=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC995 is #82366A. Grayscale: #ACACAC. Windows color (decimal): -8533611 or 9816445. OLE color: 9816445.

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

Color convert

RGB125201149-
CMYK0.3800.260.21
HSL138.95º41.3%63.92%-
HSV(B)138.95º37.81%78.82%-
XYZ34.7748.335.92-
YUV172.35114.8294.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=26.32%
G=42.32%
B=31.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252011490.3800.260.21138.9541.363.92
Hex7DC9952601A158b2940
Octal175311225460322521351100
Binary1111101110010011001010110011001101010101100010111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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