#7DD970

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

Shades of Pastel Green #7DD970

Tints of Pastel Green #7DD970

Color information

#7DD970 (or 0x7DD970) is unknown color: approx Pastel Green. HEX triplet: 7D, D9 and 70. RGB value is (125,217,112). Sum of RGB (Red+Green+Blue) = 125+217+112=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD970 is #82268F. Grayscale: #B1B1B1. Windows color (decimal): -8529552 or 7395709. OLE color: 7395709.

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

Color convert

RGB125217112-
CMYK0.4200.480.15
HSL112.57º58.01%64.51%-
HSV(B)112.57º48.39%85.1%-
XYZ36.1955.1624.07-
YUV177.5291.0290.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.53%
GREEN value IS 217 (85.16% from 255) = 47.80%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=27.53%
G=47.80%
B=24.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252171120.4200.480.15112.5758.0164.51
Hex7DD9702A030F713a41
Octal175331160520601716172101
Binary11111011101100111100001010100110000111111100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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