#7DDD78

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

Shades of Pastel Green #7DDD78

Tints of Pastel Green #7DDD78

Color information

#7DDD78 (or 0x7DDD78) is unknown color: approx Pastel Green. HEX triplet: 7D, DD and 78. RGB value is (125,221,120). Sum of RGB (Red+Green+Blue) = 125+221+120=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD78 is #822287. Grayscale: #B5B5B5. Windows color (decimal): -8528520 or 7921021. OLE color: 7921021.

HSL color Cylindrical-coordinate representation of color #7DDD78: hue angle of 117.03º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DDD78 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB125221120-
CMYK0.4300.460.13
HSL117.03º59.76%66.86%-
HSV(B)117.03º45.7%86.67%-
XYZ37.757.4326.87-
YUV180.7893.788.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.82%
GREEN value IS 221 (86.72% from 255) = 47.42%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=26.82%
G=47.42%
B=25.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211200.4300.460.13117.0359.7666.86
Hex7DDD782B02ED753c43
Octal175335170530561516574103
Binary11111011101110111110001010110101110110111101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,120); }

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

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

 a { background-color: rgb(125,221,120); }

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

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

 span { border-color: rgb(125,221,120); }

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