Shades of Tidal #DEF78D
Tints of Tidal #DEF78D
RGB
CMYK
RGB Variations
Color information
#DEF78D (or 0xDEF78D) is known color: Tidal. HEX triplet: DE, F7 and 8D. RGB value is (222,247,141). Sum of RGB (Red+Green+Blue) = 222+247+141=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF78D is #210872. Grayscale: #E3E3E3. Windows color (decimal): -2164851 or 9304030. OLE color: 9304030.
HSL color Cylindrical-coordinate representation of color #DEF78D: hue angle of 74.15º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEF78D is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 141 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.03 |
| HSL | 74.15º | 0.87% | 0.76% | - |
| HSV(B) | 74.15º | 0.43% | 0.97% | - |
| XYZ | 68.19 | 83.97 | 37.81 | - |
| YUV | 227.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 141 | 0.10 | 0 | 0.43 | 0.03 | 74.15 | 0.87 | 0.76 |
| Hex | DE | F7 | 8D | A | 0 | 2B | 3 | 4A | 57 | 4C |
| Octal | 336 | 367 | 215 | 12 | 0 | 53 | 3 | 112 | 127 | 114 |
| Binary | 11011110 | 11110111 | 10001101 | 1010 | 0 | 101011 | 11 | 1001010 | 1010111 | 1001100 |
Color Harmonies of #DEF78D
Complementary color
Monochromatic Colors of #DEF78D
Black with #DEF78D
Text Example
Text Example
White with #DEF78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF78D; }
p { color: rgb(222,247,141); }
H1.HeaderClassName
{
color: #DEF78D;
}
.AnyTagClassName
{
color: #DEF78D;
}
</style>
background-color css
<style>
a { background-color: #DEF78D; }
a { background-color: rgb(222,247,141); }
div.DivClassName
{
background-color: #DEF78D;
}
.BgClassName
{
background-color: #DEF78D;
}
</style>
border-color css
<style>
span { border-color: #DEF78D; }
span { border-color: rgb(222,247,141); }
td.TdClassName
{
border-color: #DEF78D;
}
.TagClassName
{
border-color: #DEF78D;
}
</style>