Shades of Tidal #DEF98D
Tints of Tidal #DEF98D
RGB
CMYK
RGB Variations
Color information
#DEF98D (or 0xDEF98D) is known color: Tidal. HEX triplet: DE, F9 and 8D. RGB value is (222,249,141). Sum of RGB (Red+Green+Blue) = 222+249+141=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF98D is #210672. Grayscale: #E5E5E5. Windows color (decimal): -2164339 or 9304542. OLE color: 9304542.
HSL color Cylindrical-coordinate representation of color #DEF98D: hue angle of 75º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEF98D is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 141 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.02 |
| HSL | 75º | 0.9% | 0.76% | - |
| HSV(B) | 75º | 0.43% | 0.98% | - |
| XYZ | 68.81 | 85.2 | 38.02 | - |
| YUV | 228.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 141 | 0.11 | 0 | 0.43 | 0.02 | 75 | 0.9 | 0.76 |
| Hex | DE | F9 | 8D | B | 0 | 2B | 2 | 4B | 5A | 4C |
| Octal | 336 | 371 | 215 | 13 | 0 | 53 | 2 | 113 | 132 | 114 |
| Binary | 11011110 | 11111001 | 10001101 | 1011 | 0 | 101011 | 10 | 1001011 | 1011010 | 1001100 |
Color Harmonies of #DEF98D
Complementary color
Monochromatic Colors of #DEF98D
Black with #DEF98D
Text Example
Text Example
White with #DEF98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF98D; }
p { color: rgb(222,249,141); }
H1.HeaderClassName
{
color: #DEF98D;
}
.AnyTagClassName
{
color: #DEF98D;
}
</style>
background-color css
<style>
a { background-color: #DEF98D; }
a { background-color: rgb(222,249,141); }
div.DivClassName
{
background-color: #DEF98D;
}
.BgClassName
{
background-color: #DEF98D;
}
</style>
border-color css
<style>
span { border-color: #DEF98D; }
span { border-color: rgb(222,249,141); }
td.TdClassName
{
border-color: #DEF98D;
}
.TagClassName
{
border-color: #DEF98D;
}
</style>