#7DD782

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

Shades of Pastel Green #7DD782

Tints of Pastel Green #7DD782

Color information

#7DD782 (or 0x7DD782) is unknown color: approx Pastel Green. HEX triplet: 7D, D7 and 82. RGB value is (125,215,130). Sum of RGB (Red+Green+Blue) = 125+215+130=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD782 is #82287D. Grayscale: #B2B2B2. Windows color (decimal): -8530046 or 8574845. OLE color: 8574845.

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

Color convert

RGB125215130-
CMYK0.4200.400.16
HSL123.33º52.94%66.67%-
HSV(B)123.33º41.86%84.31%-
XYZ36.7954.5729.71-
YUV178.4100.6889.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 215 (84.38% from 255) = 45.74%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=26.60%
G=45.74%
B=27.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252151300.4200.400.16123.3352.9466.67
Hex7DD7822A028107b3543
Octal175327202520502017365103
Binary1111101110101111000001010101001010001000011110111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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