#7DD271

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

Shades of Pastel Green #7DD271

Tints of Pastel Green #7DD271

Color information

#7DD271 (or 0x7DD271) is unknown color: approx Pastel Green. HEX triplet: 7D, D2 and 71. RGB value is (125,210,113). Sum of RGB (Red+Green+Blue) = 125+210+113=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD271 is #822D8E. Grayscale: #ADADAD. Windows color (decimal): -8531343 or 7459453. OLE color: 7459453.

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

Color convert

RGB125210113-
CMYK0.4000.460.18
HSL112.58º51.87%63.33%-
HSV(B)112.58º46.19%82.35%-
XYZ34.4851.6523.77-
YUV173.5393.8493.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 210 (82.42% from 255) = 46.88%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=27.90%
G=46.88%
B=25.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252101130.4000.460.18112.5851.8763.33
Hex7DD2712802E1271343f
Octal17532216150056221616477
Binary11111011101001011100011010000101110100101110001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,210,113); }

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

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

 a { background-color: rgb(125,210,113); }

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

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

 span { border-color: rgb(125,210,113); }

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