Shades of Tidal #DEF286
Tints of Tidal #DEF286
RGB
CMYK
RGB Variations
Color information
#DEF286 (or 0xDEF286) is known color: Tidal. HEX triplet: DE, F2 and 86. RGB value is (222,242,134). Sum of RGB (Red+Green+Blue) = 222+242+134=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF286 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF286 is #210D79. Grayscale: #E0E0E0. Windows color (decimal): -2166138 or 8843998. OLE color: 8843998.
HSL color Cylindrical-coordinate representation of color #DEF286: hue angle of 71.11º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEF286 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 134 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.05 |
| HSL | 71.11º | 0.81% | 0.74% | - |
| HSV(B) | 71.11º | 0.45% | 0.95% | - |
| XYZ | 66.18 | 80.76 | 34.65 | - |
| YUV | 223.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 134 | 0.08 | 0 | 0.45 | 0.05 | 71.11 | 0.81 | 0.74 |
| Hex | DE | F2 | 86 | 8 | 0 | 2D | 5 | 47 | 51 | 4A |
| Octal | 336 | 362 | 206 | 10 | 0 | 55 | 5 | 107 | 121 | 112 |
| Binary | 11011110 | 11110010 | 10000110 | 1000 | 0 | 101101 | 101 | 1000111 | 1010001 | 1001010 |
Color Harmonies of #DEF286
Complementary color
Monochromatic Colors of #DEF286
Black with #DEF286
Text Example
Text Example
White with #DEF286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF286; }
p { color: rgb(222,242,134); }
H1.HeaderClassName
{
color: #DEF286;
}
.AnyTagClassName
{
color: #DEF286;
}
</style>
background-color css
<style>
a { background-color: #DEF286; }
a { background-color: rgb(222,242,134); }
div.DivClassName
{
background-color: #DEF286;
}
.BgClassName
{
background-color: #DEF286;
}
</style>
border-color css
<style>
span { border-color: #DEF286; }
span { border-color: rgb(222,242,134); }
td.TdClassName
{
border-color: #DEF286;
}
.TagClassName
{
border-color: #DEF286;
}
</style>