Shades of Tidal #DFF98A
Tints of Tidal #DFF98A
RGB
CMYK
RGB Variations
Color information
#DFF98A (or 0xDFF98A) is known color: Tidal. HEX triplet: DF, F9 and 8A. RGB value is (223,249,138). Sum of RGB (Red+Green+Blue) = 223+249+138=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF98A is #200675. Grayscale: #E4E4E4. Windows color (decimal): -2098806 or 9107935. OLE color: 9107935.
HSL color Cylindrical-coordinate representation of color #DFF98A: hue angle of 74.05º degrees, saturation: 0.9, 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 #DFF98A is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 138 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.02 |
| HSL | 74.05º | 0.9% | 0.76% | - |
| HSV(B) | 74.05º | 0.45% | 0.98% | - |
| XYZ | 68.89 | 85.27 | 36.87 | - |
| YUV | 228.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 138 | 0.10 | 0 | 0.45 | 0.02 | 74.05 | 0.9 | 0.76 |
| Hex | DF | F9 | 8A | A | 0 | 2D | 2 | 4A | 5A | 4C |
| Octal | 337 | 371 | 212 | 12 | 0 | 55 | 2 | 112 | 132 | 114 |
| Binary | 11011111 | 11111001 | 10001010 | 1010 | 0 | 101101 | 10 | 1001010 | 1011010 | 1001100 |
Color Harmonies of #DFF98A
Complementary color
Monochromatic Colors of #DFF98A
Black with #DFF98A
Text Example
Text Example
White with #DFF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF98A; }
p { color: rgb(223,249,138); }
H1.HeaderClassName
{
color: #DFF98A;
}
.AnyTagClassName
{
color: #DFF98A;
}
</style>
background-color css
<style>
a { background-color: #DFF98A; }
a { background-color: rgb(223,249,138); }
div.DivClassName
{
background-color: #DFF98A;
}
.BgClassName
{
background-color: #DFF98A;
}
</style>
border-color css
<style>
span { border-color: #DFF98A; }
span { border-color: rgb(223,249,138); }
td.TdClassName
{
border-color: #DFF98A;
}
.TagClassName
{
border-color: #DFF98A;
}
</style>