#7DD86C

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

Shades of Pastel Green #7DD86C

Tints of Pastel Green #7DD86C

Color information

#7DD86C (or 0x7DD86C) is unknown color: approx Pastel Green. HEX triplet: 7D, D8 and 6C. RGB value is (125,216,108). Sum of RGB (Red+Green+Blue) = 125+216+108=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD86C is #822793. Grayscale: #B0B0B0. Windows color (decimal): -8529812 or 7133309. OLE color: 7133309.

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

Color convert

RGB125216108-
CMYK0.4200.500.15
HSL110.56º58.06%63.53%-
HSV(B)110.56º50%84.71%-
XYZ35.7254.5522.83-
YUV176.4889.3591.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.84%
GREEN value IS 216 (84.77% from 255) = 48.11%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=27.84%
G=48.11%
B=24.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252161080.4200.500.15110.5658.0663.53
Hex7DD86C2A032F6f3a40
Octal175330154520621715772100
Binary11111011101100011011001010100110010111111011111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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