#7DDB63

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

Shades of Pastel Green #7DDB63

Tints of Pastel Green #7DDB63

Color information

#7DDB63 (or 0x7DDB63) is unknown color: approx Pastel Green. HEX triplet: 7D, DB and 63. RGB value is (125,219,99). Sum of RGB (Red+Green+Blue) = 125+219+99=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB63 is #82249C. Grayscale: #B1B1B1. Windows color (decimal): -8529053 or 6544253. OLE color: 6544253.

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

Color convert

RGB12521999-
CMYK0.4300.550.14
HSL107º62.5%62.35%-
HSV(B)107º54.79%85.88%-
XYZ36.0455.9220.7-
YUV177.2183.8690.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.22%
GREEN value IS 219 (85.94% from 255) = 49.44%
BLUE value IS 99 (39.06% from 255) = 22.35%
R=28.22%
G=49.44%
B=22.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal125219990.4300.550.1410762.562.35
Hex7DDB632B037E6b3e3e
Octal17533314353067161537676
Binary1111101110110111100011101011011011111101101011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,219,99); }

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

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

 a { background-color: rgb(125,219,99); }

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

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

 span { border-color: rgb(125,219,99); }

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