#7DD872

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

Shades of Pastel Green #7DD872

Tints of Pastel Green #7DD872

Color information

#7DD872 (or 0x7DD872) is unknown color: approx Pastel Green. HEX triplet: 7D, D8 and 72. RGB value is (125,216,114). Sum of RGB (Red+Green+Blue) = 125+216+114=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD872 is #82278D. Grayscale: #B1B1B1. Windows color (decimal): -8529806 or 7526525. OLE color: 7526525.

HSL color Cylindrical-coordinate representation of color #7DD872: hue angle of 113.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DD872 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB125216114-
CMYK0.4200.470.15
HSL113.53º56.67%64.71%-
HSV(B)113.53º47.22%84.71%-
XYZ36.0554.6924.58-
YUV177.1692.3590.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=27.47%
G=47.47%
B=25.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252161140.4200.470.15113.5356.6764.71
Hex7DD8722A02FF723941
Octal175330162520571716271101
Binary11111011101100011100101010100101111111111100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,216,114); }

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

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

 a { background-color: rgb(125,216,114); }

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

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

 span { border-color: rgb(125,216,114); }

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