Shades of Tidal #DEF68B
Tints of Tidal #DEF68B
RGB
CMYK
RGB Variations
Color information
#DEF68B (or 0xDEF68B) is known color: Tidal. HEX triplet: DE, F6 and 8B. RGB value is (222,246,139). Sum of RGB (Red+Green+Blue) = 222+246+139=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF68B is #210974. Grayscale: #E3E3E3. Windows color (decimal): -2165109 or 9172702. OLE color: 9172702.
HSL color Cylindrical-coordinate representation of color #DEF68B: hue angle of 73.46º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEF68B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 139 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.04 |
| HSL | 73.46º | 0.86% | 0.75% | - |
| HSV(B) | 73.46º | 0.43% | 0.96% | - |
| XYZ | 67.74 | 83.31 | 36.94 | - |
| YUV | 226.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 139 | 0.10 | 0 | 0.43 | 0.04 | 73.46 | 0.86 | 0.75 |
| Hex | DE | F6 | 8B | A | 0 | 2B | 4 | 49 | 56 | 4B |
| Octal | 336 | 366 | 213 | 12 | 0 | 53 | 4 | 111 | 126 | 113 |
| Binary | 11011110 | 11110110 | 10001011 | 1010 | 0 | 101011 | 100 | 1001001 | 1010110 | 1001011 |
Color Harmonies of #DEF68B
Complementary color
Monochromatic Colors of #DEF68B
Black with #DEF68B
Text Example
Text Example
White with #DEF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF68B; }
p { color: rgb(222,246,139); }
H1.HeaderClassName
{
color: #DEF68B;
}
.AnyTagClassName
{
color: #DEF68B;
}
</style>
background-color css
<style>
a { background-color: #DEF68B; }
a { background-color: rgb(222,246,139); }
div.DivClassName
{
background-color: #DEF68B;
}
.BgClassName
{
background-color: #DEF68B;
}
</style>
border-color css
<style>
span { border-color: #DEF68B; }
span { border-color: rgb(222,246,139); }
td.TdClassName
{
border-color: #DEF68B;
}
.TagClassName
{
border-color: #DEF68B;
}
</style>