#78D98A

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

Shades of De York #78D98A

Tints of De York #78D98A

Color information

#78D98A (or 0x78D98A) is unknown color: approx De York. HEX triplet: 78, D9 and 8A. RGB value is (120,217,138). Sum of RGB (Red+Green+Blue) = 120+217+138=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #78D98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D98A is #872675. Grayscale: #B3B3B3. Windows color (decimal): -8857206 or 9099640. OLE color: 9099640.

HSL color Cylindrical-coordinate representation of color #78D98A: hue angle of 131.13º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78D98A is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB120217138-
CMYK0.4500.360.15
HSL131.13º56.07%66.08%-
HSV(B)131.13º44.7%85.1%-
XYZ37.1555.4532.79-
YUV178.99104.8685.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.26%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=25.26%
G=45.68%
B=29.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1202171380.4500.360.15131.1356.0766.08
Hex78D98A2D024F833842
Octal170331212550441720370102
Binary1111000110110011000101010110101001001111100000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,217,138); }

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

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

 a { background-color: rgb(120,217,138); }

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

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

 span { border-color: rgb(120,217,138); }

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