#7DCA6F

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

Shades of Pastel Green #7DCA6F

Tints of Pastel Green #7DCA6F

Color information

#7DCA6F (or 0x7DCA6F) is unknown color: approx Pastel Green. HEX triplet: 7D, CA and 6F. RGB value is (125,202,111). Sum of RGB (Red+Green+Blue) = 125+202+111=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA6F is #823590. Grayscale: #A8A8A8. Windows color (decimal): -8533393 or 7326333. OLE color: 7326333.

HSL color Cylindrical-coordinate representation of color #7DCA6F: hue angle of 110.77º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DCA6F is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB125202111-
CMYK0.3800.450.21
HSL110.77º46.19%61.37%-
HSV(B)110.77º45.05%79.22%-
XYZ32.4547.7522.55-
YUV168.695.4996.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.54%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=28.54%
G=46.12%
B=25.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021110.3800.450.21110.7746.1961.37
Hex7DCA6F2602D156f2e3d
Octal17531215746055251575675
Binary11111011100101011011111001100101101101011101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,111); }

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

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

 a { background-color: rgb(125,202,111); }

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

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

 span { border-color: rgb(125,202,111); }

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