#7DD96A

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

Shades of Pastel Green #7DD96A

Tints of Pastel Green #7DD96A

Color information

#7DD96A (or 0x7DD96A) is unknown color: approx Pastel Green. HEX triplet: 7D, D9 and 6A. RGB value is (125,217,106). Sum of RGB (Red+Green+Blue) = 125+217+106=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD96A is #822695. Grayscale: #B1B1B1. Windows color (decimal): -8529558 or 7002493. OLE color: 7002493.

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

Color convert

RGB125217106-
CMYK0.4200.510.15
HSL109.73º59.36%63.33%-
HSV(B)109.73º51.15%85.1%-
XYZ35.8755.0322.37-
YUV176.8488.0291.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 217 (85.16% from 255) = 48.44%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=27.90%
G=48.44%
B=23.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252171060.4200.510.15109.7359.3663.33
Hex7DD96A2A033F6e3b3f
Octal17533115252063171567377
Binary1111101110110011101010101010011001111111101110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,217,106); }

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

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

 a { background-color: rgb(125,217,106); }

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

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

 span { border-color: rgb(125,217,106); }

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