#78BC80

Color #78BC80 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #78BC80

Tints of De York #78BC80

Color information

#78BC80 (or 0x78BC80) is unknown color: approx De York. HEX triplet: 78, BC and 80. RGB value is (120,188,128). Sum of RGB (Red+Green+Blue) = 120+188+128=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC80 is #87437F. Grayscale: #A1A1A1. Windows color (decimal): -8864640 or 8436856. OLE color: 8436856.

HSL color Cylindrical-coordinate representation of color #78BC80: hue angle of 127.06º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BC80 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB120188128-
CMYK0.3600.320.26
HSL127.06º33.66%60.39%-
HSV(B)127.06º36.17%73.73%-
XYZ29.6341.5226.87-
YUV160.83109.4798.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 188 (73.83% from 255) = 43.12%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=27.52%
G=43.12%
B=29.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201881280.3600.320.26127.0633.6660.39
Hex78BC80240201A7f223c
Octal17027420044040321774274
Binary111100010111100100000001001000100000110101111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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