#7DDF8B

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

Shades of Pastel Green #7DDF8B

Tints of Pastel Green #7DDF8B

Color information

#7DDF8B (or 0x7DDF8B) is unknown color: approx Pastel Green. HEX triplet: 7D, DF and 8B. RGB value is (125,223,139). Sum of RGB (Red+Green+Blue) = 125+223+139=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDF8B is #822074. Grayscale: #B8B8B8. Windows color (decimal): -8527989 or 9166717. OLE color: 9166717.

HSL color Cylindrical-coordinate representation of color #7DDF8B: hue angle of 128.57º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDF8B is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB125223139-
CMYK0.4400.380.13
HSL128.57º60.49%68.24%-
HSV(B)128.57º43.95%87.45%-
XYZ39.515933.73-
YUV184.12102.5385.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.67%
GREEN value IS 223 (87.5% from 255) = 45.79%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=25.67%
G=45.79%
B=28.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252231390.4400.380.13128.5760.4968.24
Hex7DDF8B2C026D813c44
Octal175337213540461520174104
Binary1111101110111111000101110110001001101101100000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,223,139); }

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

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

 a { background-color: rgb(125,223,139); }

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

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

 span { border-color: rgb(125,223,139); }

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