Shades of Tidal #DFF88D
Tints of Tidal #DFF88D
RGB
CMYK
RGB Variations
Color information
#DFF88D (or 0xDFF88D) is known color: Tidal. HEX triplet: DF, F8 and 8D. RGB value is (223,248,141). Sum of RGB (Red+Green+Blue) = 223+248+141=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF88D is #200772. Grayscale: #E4E4E4. Windows color (decimal): -2099059 or 9304287. OLE color: 9304287.
HSL color Cylindrical-coordinate representation of color #DFF88D: hue angle of 74.02º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFF88D is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 141 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.03 |
| HSL | 74.02º | 0.88% | 0.76% | - |
| HSV(B) | 74.02º | 0.43% | 0.97% | - |
| XYZ | 68.81 | 84.75 | 37.93 | - |
| YUV | 228.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 141 | 0.10 | 0 | 0.43 | 0.03 | 74.02 | 0.88 | 0.76 |
| Hex | DF | F8 | 8D | A | 0 | 2B | 3 | 4A | 58 | 4C |
| Octal | 337 | 370 | 215 | 12 | 0 | 53 | 3 | 112 | 130 | 114 |
| Binary | 11011111 | 11111000 | 10001101 | 1010 | 0 | 101011 | 11 | 1001010 | 1011000 | 1001100 |
Color Harmonies of #DFF88D
Complementary color
Monochromatic Colors of #DFF88D
Black with #DFF88D
Text Example
Text Example
White with #DFF88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF88D; }
p { color: rgb(223,248,141); }
H1.HeaderClassName
{
color: #DFF88D;
}
.AnyTagClassName
{
color: #DFF88D;
}
</style>
background-color css
<style>
a { background-color: #DFF88D; }
a { background-color: rgb(223,248,141); }
div.DivClassName
{
background-color: #DFF88D;
}
.BgClassName
{
background-color: #DFF88D;
}
</style>
border-color css
<style>
span { border-color: #DFF88D; }
span { border-color: rgb(223,248,141); }
td.TdClassName
{
border-color: #DFF88D;
}
.TagClassName
{
border-color: #DFF88D;
}
</style>