Shades of Tidal #DFFA8A
Tints of Tidal #DFFA8A
RGB
CMYK
RGB Variations
Color information
#DFFA8A (or 0xDFFA8A) is known color: Tidal. HEX triplet: DF, FA and 8A. RGB value is (223,250,138). Sum of RGB (Red+Green+Blue) = 223+250+138=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFA8A is #200575. Grayscale: #E5E5E5. Windows color (decimal): -2098550 or 9108191. OLE color: 9108191.
HSL color Cylindrical-coordinate representation of color #DFFA8A: hue angle of 74.46º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFFA8A is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 138 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.02 |
| HSL | 74.46º | 0.92% | 0.76% | - |
| HSV(B) | 74.46º | 0.45% | 0.98% | - |
| XYZ | 69.2 | 85.89 | 36.98 | - |
| YUV | 229.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 138 | 0.11 | 0 | 0.45 | 0.02 | 74.46 | 0.92 | 0.76 |
| Hex | DF | FA | 8A | B | 0 | 2D | 2 | 4A | 5C | 4C |
| Octal | 337 | 372 | 212 | 13 | 0 | 55 | 2 | 112 | 134 | 114 |
| Binary | 11011111 | 11111010 | 10001010 | 1011 | 0 | 101101 | 10 | 1001010 | 1011100 | 1001100 |
Color Harmonies of #DFFA8A
Complementary color
Monochromatic Colors of #DFFA8A
Black with #DFFA8A
Text Example
Text Example
White with #DFFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFA8A; }
p { color: rgb(223,250,138); }
H1.HeaderClassName
{
color: #DFFA8A;
}
.AnyTagClassName
{
color: #DFFA8A;
}
</style>
background-color css
<style>
a { background-color: #DFFA8A; }
a { background-color: rgb(223,250,138); }
div.DivClassName
{
background-color: #DFFA8A;
}
.BgClassName
{
background-color: #DFFA8A;
}
</style>
border-color css
<style>
span { border-color: #DFFA8A; }
span { border-color: rgb(223,250,138); }
td.TdClassName
{
border-color: #DFFA8A;
}
.TagClassName
{
border-color: #DFFA8A;
}
</style>