#7DC99C

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

Shades of Padua #7DC99C

Tints of Padua #7DC99C

Color information

#7DC99C (or 0x7DC99C) is unknown color: approx Padua. HEX triplet: 7D, C9 and 9C. RGB value is (125,201,156). Sum of RGB (Red+Green+Blue) = 125+201+156=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC99C is #823663. Grayscale: #ADADAD. Windows color (decimal): -8533604 or 10275197. OLE color: 10275197.

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

Color convert

RGB125201156-
CMYK0.3800.220.21
HSL144.47º41.3%63.92%-
HSV(B)144.47º37.81%78.82%-
XYZ35.3448.5338.96-
YUV173.15118.3293.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.93%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=25.93%
G=41.70%
B=32.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252011560.3800.220.21144.4741.363.92
Hex7DC99C2601615902940
Octal175311234460262522051100
Binary1111101110010011001110010011001011010101100100001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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