#DCF487

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

Shades of Tidal #DCF487

Tints of Tidal #DCF487

Color information

#DCF487 (or 0xDCF487) is unknown color: approx Tidal. HEX triplet: DC, F4 and 87. RGB value is (220,244,135). Sum of RGB (Red+Green+Blue) = 220+244+135=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 135 (53.12% from 255 or 22.54% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF487 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF487 is #230B78. Grayscale: #E0E0E0. Windows color (decimal): -2296697 or 8910044. OLE color: 8910044.

HSL color Cylindrical-coordinate representation of color #DCF487: hue angle of 73.21º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCF487 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB220244135-
CMYK0.1000.450.04
HSL73.21º83.21%74.31%-
HSV(B)73.21º44.67%95.69%-
XYZ66.2481.6735.19-
YUV224.477.55124.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 244 (95.70% from 255) = 40.73%
BLUE value IS 135 (53.12% from 255) = 22.54%
R=36.73%
G=40.73%
B=22.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202441350.1000.450.0473.2183.2174.31
HexDCF487A02D449534a
Octal334364207120554111123112
Binary11011100111101001000011110100101101100100100110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF487; }

 p { color: rgb(220,244,135); }

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

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

 a { background-color: rgb(220,244,135); }

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

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

 span { border-color: rgb(220,244,135); }

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