#7DCA70

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

Shades of Pastel Green #7DCA70

Tints of Pastel Green #7DCA70

Color information

#7DCA70 (or 0x7DCA70) is unknown color: approx Pastel Green. HEX triplet: 7D, CA and 70. RGB value is (125,202,112). Sum of RGB (Red+Green+Blue) = 125+202+112=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA70 is #82358F. Grayscale: #A9A9A9. Windows color (decimal): -8533392 or 7391869. OLE color: 7391869.

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

Color convert

RGB125202112-
CMYK0.3800.450.21
HSL111.33º45.92%61.57%-
HSV(B)111.33º44.55%79.22%-
XYZ32.547.7722.84-
YUV168.7295.9996.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.47%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=28.47%
G=46.01%
B=25.51%

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
Decimal1252021120.3800.450.21111.3345.9261.57
Hex7DCA702602D156f2e3e
Octal17531216046055251575676
Binary11111011100101011100001001100101101101011101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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