#78DC6B

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

Shades of Pastel Green #78DC6B

Tints of Pastel Green #78DC6B

Color information

#78DC6B (or 0x78DC6B) is unknown color: approx Pastel Green. HEX triplet: 78, DC and 6B. RGB value is (120,220,107). Sum of RGB (Red+Green+Blue) = 120+220+107=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DC6B is #872394. Grayscale: #B1B1B1. Windows color (decimal): -8856469 or 7068792. OLE color: 7068792.

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

Color convert

RGB120220107-
CMYK0.4500.510.14
HSL113.1º61.75%64.12%-
HSV(B)113.1º51.36%86.27%-
XYZ35.9956.2422.87-
YUV177.2288.3787.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.85%
GREEN value IS 220 (86.33% from 255) = 49.22%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=26.85%
G=49.22%
B=23.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202201070.4500.510.14113.161.7564.12
Hex78DC6B2D033E713e40
Octal170334153550631616176100
Binary11110001101110011010111011010110011111011100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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