#DFF585

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

Shades of Tidal #DFF585

Tints of Tidal #DFF585

Color information

#DFF585 (or 0xDFF585) is unknown color: approx Tidal. HEX triplet: DF, F5 and 85. RGB value is (223,245,133). Sum of RGB (Red+Green+Blue) = 223+245+133=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF585 is #200A7A. Grayscale: #E2E2E2. Windows color (decimal): -2099835 or 8779231. OLE color: 8779231.

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

Color convert

RGB223245133-
CMYK0.0900.460.04
HSL71.79º84.85%74.12%-
HSV(B)71.79º45.71%96.08%-
XYZ67.3282.6934.6-
YUV225.6575.71126.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 245 (96.09% from 255) = 40.77%
BLUE value IS 133 (52.34% from 255) = 22.13%
R=37.10%
G=40.77%
B=22.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232451330.0900.460.0471.7984.8574.12
HexDFF585902E448554a
Octal337365205110564110125112
Binary11011111111101011000010110010101110100100100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF585; }

 p { color: rgb(223,245,133); }

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

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

 a { background-color: rgb(223,245,133); }

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

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

 span { border-color: rgb(223,245,133); }

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