#DFF485

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

Shades of Tidal #DFF485

Tints of Tidal #DFF485

Color information

#DFF485 (or 0xDFF485) is unknown color: approx Tidal. HEX triplet: DF, F4 and 85. RGB value is (223,244,133). Sum of RGB (Red+Green+Blue) = 223+244+133=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF485 is #200B7A. Grayscale: #E1E1E1. Windows color (decimal): -2100091 or 8778975. OLE color: 8778975.

HSL color Cylindrical-coordinate representation of color #DFF485: hue angle of 71.35º 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 #DFF485 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB223244133-
CMYK0.0900.450.04
HSL71.35º83.46%73.92%-
HSV(B)71.35º45.49%95.69%-
XYZ67.0282.0834.5-
YUV225.0776.04126.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 244 (95.70% from 255) = 40.67%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=37.17%
G=40.67%
B=22.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232441330.0900.450.0471.3583.4673.92
HexDFF485902D447534a
Octal337364205110554107123112
Binary11011111111101001000010110010101101100100011110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF485; }

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

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

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

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

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

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

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

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