Shades of Tidal #DFFC8C
Tints of Tidal #DFFC8C
RGB
CMYK
RGB Variations
Color information
#DFFC8C (or 0xDFFC8C) is known color: Tidal. HEX triplet: DF, FC and 8C. RGB value is (223,252,140). Sum of RGB (Red+Green+Blue) = 223+252+140=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 140 (55.08% from 255 or 22.76% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFC8C is #200373. Grayscale: #E6E6E6. Windows color (decimal): -2098036 or 9239775. OLE color: 9239775.
HSL color Cylindrical-coordinate representation of color #DFFC8C: hue angle of 75.54º 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 #DFFC8C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 140 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.01 |
| HSL | 75.54º | 0.95% | 0.77% | - |
| HSV(B) | 75.54º | 0.44% | 0.99% | - |
| XYZ | 69.98 | 87.2 | 37.95 | - |
| YUV | 230.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 140 | 0.12 | 0 | 0.44 | 0.01 | 75.54 | 0.95 | 0.77 |
| Hex | DF | FC | 8C | C | 0 | 2C | 1 | 4C | 5F | 4D |
| Octal | 337 | 374 | 214 | 14 | 0 | 54 | 1 | 114 | 137 | 115 |
| Binary | 11011111 | 11111100 | 10001100 | 1100 | 0 | 101100 | 1 | 1001100 | 1011111 | 1001101 |
Color Harmonies of #DFFC8C
Complementary color
Monochromatic Colors of #DFFC8C
Black with #DFFC8C
Text Example
Text Example
White with #DFFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC8C; }
p { color: rgb(223,252,140); }
H1.HeaderClassName
{
color: #DFFC8C;
}
.AnyTagClassName
{
color: #DFFC8C;
}
</style>
background-color css
<style>
a { background-color: #DFFC8C; }
a { background-color: rgb(223,252,140); }
div.DivClassName
{
background-color: #DFFC8C;
}
.BgClassName
{
background-color: #DFFC8C;
}
</style>
border-color css
<style>
span { border-color: #DFFC8C; }
span { border-color: rgb(223,252,140); }
td.TdClassName
{
border-color: #DFFC8C;
}
.TagClassName
{
border-color: #DFFC8C;
}
</style>