Shades of Tidal #DEF986
Tints of Tidal #DEF986
RGB
CMYK
RGB Variations
Color information
#DEF986 (or 0xDEF986) is known color: Tidal. HEX triplet: DE, F9 and 86. RGB value is (222,249,134). Sum of RGB (Red+Green+Blue) = 222+249+134=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF986 is #210679. Grayscale: #E4E4E4. Windows color (decimal): -2164346 or 8845790. OLE color: 8845790.
HSL color Cylindrical-coordinate representation of color #DEF986: hue angle of 74.09º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEF986 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 134 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.02 |
| HSL | 74.09º | 0.91% | 0.75% | - |
| HSV(B) | 74.09º | 0.46% | 0.98% | - |
| XYZ | 68.3 | 85 | 35.36 | - |
| YUV | 227.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 134 | 0.11 | 0 | 0.46 | 0.02 | 74.09 | 0.91 | 0.75 |
| Hex | DE | F9 | 86 | B | 0 | 2E | 2 | 4A | 5B | 4B |
| Octal | 336 | 371 | 206 | 13 | 0 | 56 | 2 | 112 | 133 | 113 |
| Binary | 11011110 | 11111001 | 10000110 | 1011 | 0 | 101110 | 10 | 1001010 | 1011011 | 1001011 |
Color Harmonies of #DEF986
Complementary color
Monochromatic Colors of #DEF986
Black with #DEF986
Text Example
Text Example
White with #DEF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF986; }
p { color: rgb(222,249,134); }
H1.HeaderClassName
{
color: #DEF986;
}
.AnyTagClassName
{
color: #DEF986;
}
</style>
background-color css
<style>
a { background-color: #DEF986; }
a { background-color: rgb(222,249,134); }
div.DivClassName
{
background-color: #DEF986;
}
.BgClassName
{
background-color: #DEF986;
}
</style>
border-color css
<style>
span { border-color: #DEF986; }
span { border-color: rgb(222,249,134); }
td.TdClassName
{
border-color: #DEF986;
}
.TagClassName
{
border-color: #DEF986;
}
</style>