#7DDB78

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

Shades of Pastel Green #7DDB78

Tints of Pastel Green #7DDB78

Color information

#7DDB78 (or 0x7DDB78) is unknown color: approx Pastel Green. HEX triplet: 7D, DB and 78. RGB value is (125,219,120). Sum of RGB (Red+Green+Blue) = 125+219+120=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB78 is #822487. Grayscale: #B3B3B3. Windows color (decimal): -8529032 or 7920509. OLE color: 7920509.

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

Color convert

RGB125219120-
CMYK0.4300.450.14
HSL116.97º57.89%66.47%-
HSV(B)116.97º45.21%85.88%-
XYZ37.1856.3826.69-
YUV179.6194.3689.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 219 (85.94% from 255) = 47.20%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=26.94%
G=47.20%
B=25.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252191200.4300.450.14116.9757.8966.47
Hex7DDB782B02DE753a42
Octal175333170530551616572102
Binary11111011101101111110001010110101101111011101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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