#7DD882

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

Shades of Pastel Green #7DD882

Tints of Pastel Green #7DD882

Color information

#7DD882 (or 0x7DD882) is unknown color: approx Pastel Green. HEX triplet: 7D, D8 and 82. RGB value is (125,216,130). Sum of RGB (Red+Green+Blue) = 125+216+130=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD882 is #82277D. Grayscale: #B3B3B3. Windows color (decimal): -8529790 or 8575101. OLE color: 8575101.

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

Color convert

RGB125216130-
CMYK0.4200.400.15
HSL123.3º53.85%66.86%-
HSV(B)123.3º42.13%84.71%-
XYZ37.0455.0829.8-
YUV178.99100.3589.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 216 (84.77% from 255) = 45.86%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=26.54%
G=45.86%
B=27.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252161300.4200.400.15123.353.8566.86
Hex7DD8822A028F7b3643
Octal175330202520501717366103
Binary111110111011000100000101010100101000111111110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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