#7DDC83

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

Shades of Pastel Green #7DDC83

Tints of Pastel Green #7DDC83

Color information

#7DDC83 (or 0x7DDC83) is unknown color: approx Pastel Green. HEX triplet: 7D, DC and 83. RGB value is (125,220,131). Sum of RGB (Red+Green+Blue) = 125+220+131=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDC83 is #82237C. Grayscale: #B5B5B5. Windows color (decimal): -8528765 or 8641661. OLE color: 8641661.

HSL color Cylindrical-coordinate representation of color #7DDC83: hue angle of 123.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDC83 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB125220131-
CMYK0.4300.400.14
HSL123.79º57.58%67.65%-
HSV(B)123.79º43.18%86.27%-
XYZ38.1557.1930.5-
YUV181.4599.5387.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.26%
GREEN value IS 220 (86.33% from 255) = 46.22%
BLUE value IS 131 (51.56% from 255) = 27.52%
R=26.26%
G=46.22%
B=27.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201310.4300.400.14123.7957.5867.65
Hex7DDC832B028E7c3a44
Octal175334203530501617472104
Binary111110111011100100000111010110101000111011111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,220,131); }

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

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

 a { background-color: rgb(125,220,131); }

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

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

 span { border-color: rgb(125,220,131); }

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