Shades of Tidal #DEF68A
Tints of Tidal #DEF68A
RGB
CMYK
RGB Variations
Color information
#DEF68A (or 0xDEF68A) is known color: Tidal. HEX triplet: DE, F6 and 8A. RGB value is (222,246,138). Sum of RGB (Red+Green+Blue) = 222+246+138=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF68A is #210975. Grayscale: #E2E2E2. Windows color (decimal): -2165110 or 9107166. OLE color: 9107166.
HSL color Cylindrical-coordinate representation of color #DEF68A: hue angle of 73.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEF68A is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 138 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.04 |
| HSL | 73.33º | 0.86% | 0.75% | - |
| HSV(B) | 73.33º | 0.44% | 0.96% | - |
| XYZ | 67.67 | 83.28 | 36.55 | - |
| YUV | 226.51 | 78.05 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 138 | 0.10 | 0 | 0.44 | 0.04 | 73.33 | 0.86 | 0.75 |
| Hex | DE | F6 | 8A | A | 0 | 2C | 4 | 49 | 56 | 4B |
| Octal | 336 | 366 | 212 | 12 | 0 | 54 | 4 | 111 | 126 | 113 |
| Binary | 11011110 | 11110110 | 10001010 | 1010 | 0 | 101100 | 100 | 1001001 | 1010110 | 1001011 |
Color Harmonies of #DEF68A
Complementary color
Monochromatic Colors of #DEF68A
Black with #DEF68A
Text Example
Text Example
White with #DEF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF68A; }
p { color: rgb(222,246,138); }
H1.HeaderClassName
{
color: #DEF68A;
}
.AnyTagClassName
{
color: #DEF68A;
}
</style>
background-color css
<style>
a { background-color: #DEF68A; }
a { background-color: rgb(222,246,138); }
div.DivClassName
{
background-color: #DEF68A;
}
.BgClassName
{
background-color: #DEF68A;
}
</style>
border-color css
<style>
span { border-color: #DEF68A; }
span { border-color: rgb(222,246,138); }
td.TdClassName
{
border-color: #DEF68A;
}
.TagClassName
{
border-color: #DEF68A;
}
</style>