#DFFE85

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

Shades of Tidal #DFFE85

Tints of Tidal #DFFE85

Color information

#DFFE85 (or 0xDFFE85) is unknown color: approx Tidal. HEX triplet: DF, FE and 85. RGB value is (223,254,133). Sum of RGB (Red+Green+Blue) = 223+254+133=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFE85 is #20017A. Grayscale: #E7E7E7. Windows color (decimal): -2097531 or 8781535. OLE color: 8781535.

HSL color Cylindrical-coordinate representation of color #DFFE85: hue angle of 75.37º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFFE85 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB223254133-
CMYK0.1200.480.00
HSL75.37º98.37%75.88%-
HSV(B)75.37º47.64%99.61%-
XYZ70.1188.2735.53-
YUV230.9472.73122.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 254 (99.61% from 255) = 41.64%
BLUE value IS 133 (52.34% from 255) = 21.80%
R=36.56%
G=41.64%
B=21.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232541330.1200.480.0075.3798.3775.88
HexDFFE85C03004b624c
Octal337376205140600113142114
Binary110111111111111010000101110001100000100101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFE85; }

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

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

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

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

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

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

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

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