#DCF78A

Color #DCF78A Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #DCF78A

Tints of Tidal #DCF78A

Color information

#DCF78A (or 0xDCF78A) is unknown color: approx Tidal. HEX triplet: DC, F7 and 8A. RGB value is (220,247,138). Sum of RGB (Red+Green+Blue) = 220+247+138=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF78A is #230875. Grayscale: #E2E2E2. Windows color (decimal): -2295926 or 9107420. OLE color: 9107420.

HSL color Cylindrical-coordinate representation of color #DCF78A: hue angle of 74.86º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCF78A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB220247138-
CMYK0.1100.440.03
HSL74.86º87.2%75.49%-
HSV(B)74.86º44.13%96.86%-
XYZ67.3683.5736.63-
YUV226.578.05123.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 247 (96.88% from 255) = 40.83%
BLUE value IS 138 (54.30% from 255) = 22.81%
R=36.36%
G=40.83%
B=22.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471380.1100.440.0374.8687.275.49
HexDCF78AB02C34b574b
Octal334367212130543113127113
Binary1101110011110111100010101011010110011100101110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF78A; }

 p { color: rgb(220,247,138); }

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

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

 a { background-color: rgb(220,247,138); }

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

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

 span { border-color: rgb(220,247,138); }

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