#78DC72

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

Shades of Pastel Green #78DC72

Tints of Pastel Green #78DC72

Color information

#78DC72 (or 0x78DC72) is unknown color: approx Pastel Green. HEX triplet: 78, DC and 72. RGB value is (120,220,114). Sum of RGB (Red+Green+Blue) = 120+220+114=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DC72 is #87238D. Grayscale: #B2B2B2. Windows color (decimal): -8856462 or 7527544. OLE color: 7527544.

HSL color Cylindrical-coordinate representation of color #78DC72: hue angle of 116.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78DC72 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB120220114-
CMYK0.4500.480.14
HSL116.6º60.23%65.49%-
HSV(B)116.6º48.18%86.27%-
XYZ36.3856.3924.89-
YUV178.0291.8786.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.43%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=26.43%
G=48.46%
B=25.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202201140.4500.480.14116.660.2365.49
Hex78DC722D030E753c41
Octal170334162550601616574101
Binary11110001101110011100101011010110000111011101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,220,114); }

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

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

 a { background-color: rgb(120,220,114); }

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

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

 span { border-color: rgb(120,220,114); }

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