#78D693

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

Shades of De York #78D693

Tints of De York #78D693

Color information

#78D693 (or 0x78D693) is unknown color: approx De York. HEX triplet: 78, D6 and 93. RGB value is (120,214,147). Sum of RGB (Red+Green+Blue) = 120+214+147=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #78D693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D693 is #87296C. Grayscale: #B2B2B2. Windows color (decimal): -8857965 or 9688696. OLE color: 9688696.

HSL color Cylindrical-coordinate representation of color #78D693: hue angle of 137.23º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D693 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB120214147-
CMYK0.4400.310.16
HSL137.23º53.41%65.49%-
HSV(B)137.23º43.93%83.92%-
XYZ37.0654.1936.11-
YUV178.26110.3686.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.95%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=24.95%
G=44.49%
B=30.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1202141470.4400.310.16137.2353.4165.49
Hex78D6932C01F10893541
Octal170326223540372021165101
Binary1111000110101101001001110110001111110000100010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,214,147); }

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

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

 a { background-color: rgb(120,214,147); }

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

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

 span { border-color: rgb(120,214,147); }

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