#78CA80

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

Shades of De York #78CA80

Tints of De York #78CA80

Color information

#78CA80 (or 0x78CA80) is unknown color: approx De York. HEX triplet: 78, CA and 80. RGB value is (120,202,128). Sum of RGB (Red+Green+Blue) = 120+202+128=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CA80 is #87357F. Grayscale: #A9A9A9. Windows color (decimal): -8861056 or 8440440. OLE color: 8440440.

HSL color Cylindrical-coordinate representation of color #78CA80: hue angle of 125.85º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CA80 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB120202128-
CMYK0.4100.370.21
HSL125.85º43.62%63.14%-
HSV(B)125.85º40.59%79.22%-
XYZ32.7647.7927.92-
YUV169.05104.8393.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=26.67%
G=44.89%
B=28.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202021280.4100.370.21125.8543.6263.14
Hex78CA8029025157e2c3f
Octal17031220051045251765477
Binary111100011001010100000001010010100101101011111110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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