Shades of Tidal #DFFE85
Tints of Tidal #DFFE85
RGB
CMYK
RGB Variations
Color information
#DFFE85 (or 0xDFFE85) is known color: 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
| RGB | 223 | 254 | 133 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.00 |
| HSL | 75.37º | 0.98% | 0.76% | - |
| HSV(B) | 75.37º | 0.48% | 1% | - |
| XYZ | 70.11 | 88.27 | 35.53 | - |
| YUV | 230.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 133 | 0.12 | 0 | 0.48 | 0.00 | 75.37 | 0.98 | 0.76 |
| Hex | DF | FE | 85 | C | 0 | 30 | 0 | 4B | 62 | 4C |
| Octal | 337 | 376 | 205 | 14 | 0 | 60 | 0 | 113 | 142 | 114 |
| Binary | 11011111 | 11111110 | 10000101 | 1100 | 0 | 110000 | 0 | 1001011 | 1100010 | 1001100 |
Color Harmonies of #DFFE85
Complementary color
Monochromatic Colors of #DFFE85
Black with #DFFE85
Text Example
Text Example
White with #DFFE85
Text Example
Text Example
HTML Codes & Css Web 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>