#7DDD6E

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

Shades of Pastel Green #7DDD6E

Tints of Pastel Green #7DDD6E

Color information

#7DDD6E (or 0x7DDD6E) is unknown color: approx Pastel Green. HEX triplet: 7D, DD and 6E. RGB value is (125,221,110). Sum of RGB (Red+Green+Blue) = 125+221+110=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD6E is #822291. Grayscale: #B3B3B3. Windows color (decimal): -8528530 or 7265661. OLE color: 7265661.

HSL color Cylindrical-coordinate representation of color #7DDD6E: hue angle of 111.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DDD6E is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB125221110-
CMYK0.4300.500.13
HSL111.89º62.01%64.9%-
HSV(B)111.89º50.23%86.67%-
XYZ37.1357.223.84-
YUV179.6488.789.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.41%
GREEN value IS 221 (86.72% from 255) = 48.46%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=27.41%
G=48.46%
B=24.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211100.4300.500.13111.8962.0164.9
Hex7DDD6E2B032D703e41
Octal175335156530621516076101
Binary11111011101110111011101010110110010110111100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,110); }

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

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

 a { background-color: rgb(125,221,110); }

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

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

 span { border-color: rgb(125,221,110); }

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