Shades of Tidal #DFFC8D
Tints of Tidal #DFFC8D
RGB
CMYK
RGB Variations
Color information
#DFFC8D (or 0xDFFC8D) is known color: Tidal. HEX triplet: DF, FC and 8D. RGB value is (223,252,141). Sum of RGB (Red+Green+Blue) = 223+252+141=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFC8D is #200372. Grayscale: #E7E7E7. Windows color (decimal): -2098035 or 9305311. OLE color: 9305311.
HSL color Cylindrical-coordinate representation of color #DFFC8D: hue angle of 75.68º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFFC8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 141 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.01 |
| HSL | 75.68º | 0.95% | 0.77% | - |
| HSV(B) | 75.68º | 0.44% | 0.99% | - |
| XYZ | 70.05 | 87.23 | 38.34 | - |
| YUV | 230.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 141 | 0.12 | 0 | 0.44 | 0.01 | 75.68 | 0.95 | 0.77 |
| Hex | DF | FC | 8D | C | 0 | 2C | 1 | 4C | 5F | 4D |
| Octal | 337 | 374 | 215 | 14 | 0 | 54 | 1 | 114 | 137 | 115 |
| Binary | 11011111 | 11111100 | 10001101 | 1100 | 0 | 101100 | 1 | 1001100 | 1011111 | 1001101 |
Color Harmonies of #DFFC8D
Complementary color
Monochromatic Colors of #DFFC8D
Black with #DFFC8D
Text Example
Text Example
White with #DFFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC8D; }
p { color: rgb(223,252,141); }
H1.HeaderClassName
{
color: #DFFC8D;
}
.AnyTagClassName
{
color: #DFFC8D;
}
</style>
background-color css
<style>
a { background-color: #DFFC8D; }
a { background-color: rgb(223,252,141); }
div.DivClassName
{
background-color: #DFFC8D;
}
.BgClassName
{
background-color: #DFFC8D;
}
</style>
border-color css
<style>
span { border-color: #DFFC8D; }
span { border-color: rgb(223,252,141); }
td.TdClassName
{
border-color: #DFFC8D;
}
.TagClassName
{
border-color: #DFFC8D;
}
</style>