#7DCD71

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

Shades of Pastel Green #7DCD71

Tints of Pastel Green #7DCD71

Color information

#7DCD71 (or 0x7DCD71) is unknown color: approx Pastel Green. HEX triplet: 7D, CD and 71. RGB value is (125,205,113). Sum of RGB (Red+Green+Blue) = 125+205+113=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCD71 is #82328E. Grayscale: #AAAAAA. Windows color (decimal): -8532623 or 7458173. OLE color: 7458173.

HSL color Cylindrical-coordinate representation of color #7DCD71: hue angle of 112.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DCD71 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB125205113-
CMYK0.3900.450.20
HSL112.17º47.92%62.35%-
HSV(B)112.17º44.88%80.39%-
XYZ33.2749.2123.37-
YUV170.5995.595.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.22%
GREEN value IS 205 (80.47% from 255) = 46.28%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=28.22%
G=46.28%
B=25.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051130.3900.450.20112.1747.9262.35
Hex7DCD712702D1470303e
Octal17531516147055241606076
Binary11111011100110111100011001110101101101001110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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