#7DD56B

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

Shades of Pastel Green #7DD56B

Tints of Pastel Green #7DD56B

Color information

#7DD56B (or 0x7DD56B) is unknown color: approx Pastel Green. HEX triplet: 7D, D5 and 6B. RGB value is (125,213,107). Sum of RGB (Red+Green+Blue) = 125+213+107=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD56B is #822A94. Grayscale: #AEAEAE. Windows color (decimal): -8530581 or 7067005. OLE color: 7067005.

HSL color Cylindrical-coordinate representation of color #7DD56B: hue angle of 109.81º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD56B is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB125213107-
CMYK0.4100.500.16
HSL109.81º55.79%62.75%-
HSV(B)109.81º49.77%83.53%-
XYZ34.9153.0122.3-
YUV174.689.8592.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.09%
GREEN value IS 213 (83.59% from 255) = 47.87%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=28.09%
G=47.87%
B=24.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252131070.4100.500.16109.8155.7962.75
Hex7DD56B29032106e383f
Octal17532515351062201567077
Binary11111011101010111010111010010110010100001101110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,107); }

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

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

 a { background-color: rgb(125,213,107); }

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

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

 span { border-color: rgb(125,213,107); }

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