Shades of Tidal #DEF988
Tints of Tidal #DEF988
RGB
CMYK
RGB Variations
Color information
#DEF988 (or 0xDEF988) is known color: Tidal. HEX triplet: DE, F9 and 88. RGB value is (222,249,136). Sum of RGB (Red+Green+Blue) = 222+249+136=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF988 is #210677. Grayscale: #E4E4E4. Windows color (decimal): -2164344 or 8976862. OLE color: 8976862.
HSL color Cylindrical-coordinate representation of color #DEF988: hue angle of 74.34º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEF988 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 136 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.02 |
| HSL | 74.34º | 0.9% | 0.75% | - |
| HSV(B) | 74.34º | 0.45% | 0.98% | - |
| XYZ | 68.44 | 85.06 | 36.1 | - |
| YUV | 228.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 136 | 0.11 | 0 | 0.45 | 0.02 | 74.34 | 0.9 | 0.75 |
| Hex | DE | F9 | 88 | B | 0 | 2D | 2 | 4A | 5A | 4B |
| Octal | 336 | 371 | 210 | 13 | 0 | 55 | 2 | 112 | 132 | 113 |
| Binary | 11011110 | 11111001 | 10001000 | 1011 | 0 | 101101 | 10 | 1001010 | 1011010 | 1001011 |
Color Harmonies of #DEF988
Complementary color
Monochromatic Colors of #DEF988
Black with #DEF988
Text Example
Text Example
White with #DEF988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF988; }
p { color: rgb(222,249,136); }
H1.HeaderClassName
{
color: #DEF988;
}
.AnyTagClassName
{
color: #DEF988;
}
</style>
background-color css
<style>
a { background-color: #DEF988; }
a { background-color: rgb(222,249,136); }
div.DivClassName
{
background-color: #DEF988;
}
.BgClassName
{
background-color: #DEF988;
}
</style>
border-color css
<style>
span { border-color: #DEF988; }
span { border-color: rgb(222,249,136); }
td.TdClassName
{
border-color: #DEF988;
}
.TagClassName
{
border-color: #DEF988;
}
</style>