#7DD07A

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

Shades of Pastel Green #7DD07A

Tints of Pastel Green #7DD07A

Color information

#7DD07A (or 0x7DD07A) is unknown color: approx Pastel Green. HEX triplet: 7D, D0 and 7A. RGB value is (125,208,122). Sum of RGB (Red+Green+Blue) = 125+208+122=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD07A is #822F85. Grayscale: #ADADAD. Windows color (decimal): -8531846 or 8048765. OLE color: 8048765.

HSL color Cylindrical-coordinate representation of color #7DD07A: hue angle of 117.91º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD07A is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB125208122-
CMYK0.4000.410.18
HSL117.91º47.78%64.71%-
HSV(B)117.91º41.35%81.57%-
XYZ34.5350.8826.41-
YUV173.389993.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=27.47%
G=45.71%
B=26.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252081220.4000.410.18117.9147.7864.71
Hex7DD07A2802912763041
Octal175320172500512216660101
Binary111110111010000111101010100001010011001011101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,208,122); }

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

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

 a { background-color: rgb(125,208,122); }

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

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

 span { border-color: rgb(125,208,122); }

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