Shades of Tidal #DFF98D
Tints of Tidal #DFF98D
RGB
CMYK
RGB Variations
Color information
#DFF98D (or 0xDFF98D) is known color: Tidal. HEX triplet: DF, F9 and 8D. RGB value is (223,249,141). Sum of RGB (Red+Green+Blue) = 223+249+141=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF98D is #200672. Grayscale: #E5E5E5. Windows color (decimal): -2098803 or 9304543. OLE color: 9304543.
HSL color Cylindrical-coordinate representation of color #DFF98D: hue angle of 74.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFF98D is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 141 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.02 |
| HSL | 74.44º | 0.9% | 0.76% | - |
| HSV(B) | 74.44º | 0.43% | 0.98% | - |
| XYZ | 69.11 | 85.36 | 38.03 | - |
| YUV | 228.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 141 | 0.10 | 0 | 0.43 | 0.02 | 74.44 | 0.9 | 0.76 |
| Hex | DF | F9 | 8D | A | 0 | 2B | 2 | 4A | 5A | 4C |
| Octal | 337 | 371 | 215 | 12 | 0 | 53 | 2 | 112 | 132 | 114 |
| Binary | 11011111 | 11111001 | 10001101 | 1010 | 0 | 101011 | 10 | 1001010 | 1011010 | 1001100 |
Color Harmonies of #DFF98D
Complementary color
Monochromatic Colors of #DFF98D
Black with #DFF98D
Text Example
Text Example
White with #DFF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF98D; }
p { color: rgb(223,249,141); }
H1.HeaderClassName
{
color: #DFF98D;
}
.AnyTagClassName
{
color: #DFF98D;
}
</style>
background-color css
<style>
a { background-color: #DFF98D; }
a { background-color: rgb(223,249,141); }
div.DivClassName
{
background-color: #DFF98D;
}
.BgClassName
{
background-color: #DFF98D;
}
</style>
border-color css
<style>
span { border-color: #DFF98D; }
span { border-color: rgb(223,249,141); }
td.TdClassName
{
border-color: #DFF98D;
}
.TagClassName
{
border-color: #DFF98D;
}
</style>