Shades of Tidal #DEF889
Tints of Tidal #DEF889
RGB
CMYK
RGB Variations
Color information
#DEF889 (or 0xDEF889) is known color: Tidal. HEX triplet: DE, F8 and 89. RGB value is (222,248,137). Sum of RGB (Red+Green+Blue) = 222+248+137=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 137 (53.91% from 255 or 22.57% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF889 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF889 is #210776. Grayscale: #E3E3E3. Windows color (decimal): -2164599 or 9042142. OLE color: 9042142.
HSL color Cylindrical-coordinate representation of color #DEF889: hue angle of 74.05º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEF889 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 137 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.03 |
| HSL | 74.05º | 0.89% | 0.75% | - |
| HSV(B) | 74.05º | 0.45% | 0.97% | - |
| XYZ | 68.21 | 84.47 | 36.38 | - |
| YUV | 227.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 137 | 0.10 | 0 | 0.45 | 0.03 | 74.05 | 0.89 | 0.75 |
| Hex | DE | F8 | 89 | A | 0 | 2D | 3 | 4A | 59 | 4B |
| Octal | 336 | 370 | 211 | 12 | 0 | 55 | 3 | 112 | 131 | 113 |
| Binary | 11011110 | 11111000 | 10001001 | 1010 | 0 | 101101 | 11 | 1001010 | 1011001 | 1001011 |
Color Harmonies of #DEF889
Complementary color
Monochromatic Colors of #DEF889
Black with #DEF889
Text Example
Text Example
White with #DEF889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF889; }
p { color: rgb(222,248,137); }
H1.HeaderClassName
{
color: #DEF889;
}
.AnyTagClassName
{
color: #DEF889;
}
</style>
background-color css
<style>
a { background-color: #DEF889; }
a { background-color: rgb(222,248,137); }
div.DivClassName
{
background-color: #DEF889;
}
.BgClassName
{
background-color: #DEF889;
}
</style>
border-color css
<style>
span { border-color: #DEF889; }
span { border-color: rgb(222,248,137); }
td.TdClassName
{
border-color: #DEF889;
}
.TagClassName
{
border-color: #DEF889;
}
</style>