#78C575

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

Shades of De York #78C575

Tints of De York #78C575

Color information

#78C575 (or 0x78C575) is unknown color: approx De York. HEX triplet: 78, C5 and 75. RGB value is (120,197,117). Sum of RGB (Red+Green+Blue) = 120+197+117=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #78C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C575 is #873A8A. Grayscale: #A5A5A5. Windows color (decimal): -8862347 or 7718264. OLE color: 7718264.

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

Color convert

RGB120197117-
CMYK0.3900.410.23
HSL117.75º40.82%61.57%-
HSV(B)117.75º40.61%77.25%-
XYZ30.9245.2123.93-
YUV164.86100.9996-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 197 (77.34% from 255) = 45.39%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=27.65%
G=45.39%
B=26.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201971170.3900.410.23117.7540.8261.57
Hex78C575270291776293e
Octal17030516547051271665176
Binary11110001100010111101011001110101001101111110110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,197,117); }

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

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

 a { background-color: rgb(120,197,117); }

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

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

 span { border-color: rgb(120,197,117); }

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