#78DF80

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

Shades of Pastel Green #78DF80

Tints of Pastel Green #78DF80

Color information

#78DF80 (or 0x78DF80) is unknown color: approx Pastel Green. HEX triplet: 78, DF and 80. RGB value is (120,223,128). Sum of RGB (Red+Green+Blue) = 120+223+128=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DF80 is #87207F. Grayscale: #B5B5B5. Windows color (decimal): -8855680 or 8445816. OLE color: 8445816.

HSL color Cylindrical-coordinate representation of color #78DF80: hue angle of 124.66º degrees, saturation: 0.62, 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 #78DF80 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB120223128-
CMYK0.4600.430.13
HSL124.66º61.68%67.25%-
HSV(B)124.66º46.19%87.45%-
XYZ38.0358.3329.68-
YUV181.3797.8884.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.48%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 128 (50.39% from 255) = 27.18%
R=25.48%
G=47.35%
B=27.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1202231280.4600.430.13124.6661.6867.25
Hex78DF802E02BD7d3e43
Octal170337200560531517576103
Binary111100011011111100000001011100101011110111111011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78DF80; }

 p { color: rgb(120,223,128); }

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

<style>
 a { background-color: #78DF80; }

 a { background-color: rgb(120,223,128); }

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

<style>
 span { border-color: #78DF80; }

 span { border-color: rgb(120,223,128); }

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