#7DD16C

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

Shades of Pastel Green #7DD16C

Tints of Pastel Green #7DD16C

Color information

#7DD16C (or 0x7DD16C) is unknown color: approx Pastel Green. HEX triplet: 7D, D1 and 6C. RGB value is (125,209,108). Sum of RGB (Red+Green+Blue) = 125+209+108=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD16C is #822E93. Grayscale: #ACACAC. Windows color (decimal): -8531604 or 7131517. OLE color: 7131517.

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

Color convert

RGB125209108-
CMYK0.4000.480.18
HSL109.9º52.33%62.16%-
HSV(B)109.9º48.33%81.96%-
XYZ33.9651.0422.25-
YUV172.3791.6794.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.28%
GREEN value IS 209 (82.03% from 255) = 47.29%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=28.28%
G=47.29%
B=24.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252091080.4000.480.18109.952.3362.16
Hex7DD16C28030126e343e
Octal17532115450060221566476
Binary11111011101000111011001010000110000100101101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,209,108); }

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

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

 a { background-color: rgb(125,209,108); }

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

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

 span { border-color: rgb(125,209,108); }

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