#78C98C

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

Shades of De York #78C98C

Tints of De York #78C98C

Color information

#78C98C (or 0x78C98C) is unknown color: approx De York. HEX triplet: 78, C9 and 8C. RGB value is (120,201,140). Sum of RGB (Red+Green+Blue) = 120+201+140=461 (61% of max value = 765). Red value is 120 (47.27% from 255 or 26.03% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #78C98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C98C is #873673. Grayscale: #A9A9A9. Windows color (decimal): -8861300 or 9226616. OLE color: 9226616.

HSL color Cylindrical-coordinate representation of color #78C98C: hue angle of 134.81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C98C is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB120201140-
CMYK0.4000.300.21
HSL134.81º42.86%62.94%-
HSV(B)134.81º40.3%78.82%-
XYZ33.3747.6632.25-
YUV169.83111.1692.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.03%
GREEN value IS 201 (78.91% from 255) = 43.60%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=26.03%
G=43.60%
B=30.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202011400.4000.300.21134.8142.8662.94
Hex78C98C2801E15872b3f
Octal17031121450036252075377
Binary111100011001001100011001010000111101010110000111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,201,140); }

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

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

 a { background-color: rgb(120,201,140); }

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

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

 span { border-color: rgb(120,201,140); }

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