#7DD299

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

Shades of Padua #7DD299

Tints of Padua #7DD299

Color information

#7DD299 (or 0x7DD299) is unknown color: approx Padua. HEX triplet: 7D, D2 and 99. RGB value is (125,210,153). Sum of RGB (Red+Green+Blue) = 125+210+153=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD299 is #822D66. Grayscale: #B2B2B2. Windows color (decimal): -8531303 or 10080893. OLE color: 10080893.

HSL color Cylindrical-coordinate representation of color #7DD299: hue angle of 139.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD299 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB125210153-
CMYK0.4000.270.18
HSL139.76º48.57%65.69%-
HSV(B)139.76º40.48%82.35%-
XYZ37.2552.7538.36-
YUV178.09113.8490.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.61%
GREEN value IS 210 (82.42% from 255) = 43.03%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=25.61%
G=43.03%
B=31.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252101530.4000.270.18139.7648.5765.69
Hex7DD2992801B128c3142
Octal175322231500332221461102
Binary1111101110100101001100110100001101110010100011001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,210,153); }

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

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

 a { background-color: rgb(125,210,153); }

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

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

 span { border-color: rgb(125,210,153); }

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