#78c485

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

Shades of De York #78C485

Tints of De York #78C485

Color information

#78C485 (or 0x78C485) is unknown color: approx De York. HEX triplet: 78, C4 and 85. RGB value is (120,196,133). Sum of RGB (Red+Green+Blue) = 120+196+133=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #78C485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C485 is #873B7A. Grayscale: #A6A6A6. Windows color (decimal): -8862587 or 8766584. OLE color: 8766584.

HSL color Cylindrical-coordinate representation of color #78C485: hue angle of 130.26º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C485 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB120196133-
CMYK0.3900.320.23
HSL130.26º39.18%61.96%-
HSV(B)130.26º38.78%76.86%-
XYZ31.7245.1729.24-
YUV166.09109.3295.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 196 (76.95% from 255) = 43.65%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=26.73%
G=43.65%
B=29.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201961330.3900.320.23130.2639.1861.96
Hex78C485270201782273e
Octal17030420547040272024776
Binary1111000110001001000010110011101000001011110000010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78c485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,196,133); }

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

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

 a { background-color: rgb(120,196,133); }

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

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

 span { border-color: rgb(120,196,133); }

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