#78DC8F

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

Shades of De York #78DC8F

Tints of De York #78DC8F

Color information

#78DC8F (or 0x78DC8F) is unknown color: approx De York. HEX triplet: 78, DC and 8F. RGB value is (120,220,143). Sum of RGB (Red+Green+Blue) = 120+220+143=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DC8F is #872370. Grayscale: #B5B5B5. Windows color (decimal): -8856433 or 9428088. OLE color: 9428088.

HSL color Cylindrical-coordinate representation of color #78DC8F: hue angle of 133.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DC8F is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB120220143-
CMYK0.4500.350.14
HSL133.8º58.82%66.67%-
HSV(B)133.8º45.45%86.27%-
XYZ38.357.1635-
YUV181.32106.3784.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.84%
GREEN value IS 220 (86.33% from 255) = 45.55%
BLUE value IS 143 (56.25% from 255) = 29.61%
R=24.84%
G=45.55%
B=29.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1202201430.4500.350.14133.858.8266.67
Hex78DC8F2D023E863b43
Octal170334217550431620673103
Binary1111000110111001000111110110101000111110100001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78DC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,220,143); }

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

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

 a { background-color: rgb(120,220,143); }

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

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

 span { border-color: rgb(120,220,143); }

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