Shades of Tidal #DFF68A
Tints of Tidal #DFF68A
RGB
CMYK
RGB Variations
Color information
#DFF68A (or 0xDFF68A) is known color: Tidal. HEX triplet: DF, F6 and 8A. RGB value is (223,246,138). Sum of RGB (Red+Green+Blue) = 223+246+138=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF68A is #200975. Grayscale: #E3E3E3. Windows color (decimal): -2099574 or 9107167. OLE color: 9107167.
HSL color Cylindrical-coordinate representation of color #DFF68A: hue angle of 72.78º 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 #DFF68A is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 138 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.04 |
| HSL | 72.78º | 0.86% | 0.75% | - |
| HSV(B) | 72.78º | 0.44% | 0.96% | - |
| XYZ | 67.97 | 83.43 | 36.57 | - |
| YUV | 226.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 138 | 0.09 | 0 | 0.44 | 0.04 | 72.78 | 0.86 | 0.75 |
| Hex | DF | F6 | 8A | 9 | 0 | 2C | 4 | 49 | 56 | 4B |
| Octal | 337 | 366 | 212 | 11 | 0 | 54 | 4 | 111 | 126 | 113 |
| Binary | 11011111 | 11110110 | 10001010 | 1001 | 0 | 101100 | 100 | 1001001 | 1010110 | 1001011 |
Color Harmonies of #DFF68A
Complementary color
Monochromatic Colors of #DFF68A
Black with #DFF68A
Text Example
Text Example
White with #DFF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF68A; }
p { color: rgb(223,246,138); }
H1.HeaderClassName
{
color: #DFF68A;
}
.AnyTagClassName
{
color: #DFF68A;
}
</style>
background-color css
<style>
a { background-color: #DFF68A; }
a { background-color: rgb(223,246,138); }
div.DivClassName
{
background-color: #DFF68A;
}
.BgClassName
{
background-color: #DFF68A;
}
</style>
border-color css
<style>
span { border-color: #DFF68A; }
span { border-color: rgb(223,246,138); }
td.TdClassName
{
border-color: #DFF68A;
}
.TagClassName
{
border-color: #DFF68A;
}
</style>