#7DDA84

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

Shades of Pastel Green #7DDA84

Tints of Pastel Green #7DDA84

Color information

#7DDA84 (or 0x7DDA84) is unknown color: approx Pastel Green. HEX triplet: 7D, DA and 84. RGB value is (125,218,132). Sum of RGB (Red+Green+Blue) = 125+218+132=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDA84 is #82257B. Grayscale: #B4B4B4. Windows color (decimal): -8529276 or 8706685. OLE color: 8706685.

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

Color convert

RGB125218132-
CMYK0.4300.390.15
HSL124.52º55.69%67.25%-
HSV(B)124.52º42.66%85.49%-
XYZ37.6956.1730.68-
YUV180.39100.6988.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 218 (85.55% from 255) = 45.89%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=26.32%
G=45.89%
B=27.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252181320.4300.390.15124.5255.6967.25
Hex7DDA842B027F7d3843
Octal175332204530471717570103
Binary111110111011010100001001010110100111111111111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,218,132); }

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

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

 a { background-color: rgb(125,218,132); }

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

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

 span { border-color: rgb(125,218,132); }

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