#7DCA71

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

Shades of Pastel Green #7DCA71

Tints of Pastel Green #7DCA71

Color information

#7DCA71 (or 0x7DCA71) is unknown color: approx Pastel Green. HEX triplet: 7D, CA and 71. RGB value is (125,202,113). Sum of RGB (Red+Green+Blue) = 125+202+113=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCA71 is #82358E. Grayscale: #A9A9A9. Windows color (decimal): -8533391 or 7457405. OLE color: 7457405.

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

Color convert

RGB125202113-
CMYK0.3800.440.21
HSL111.91º45.64%61.76%-
HSV(B)111.91º44.06%79.22%-
XYZ32.5647.7923.13-
YUV168.8396.4996.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.41%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=28.41%
G=45.91%
B=25.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021130.3800.440.21111.9145.6461.76
Hex7DCA712602C15702e3e
Octal17531216146054251605676
Binary11111011100101011100011001100101100101011110000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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