Shades of Tidal #DFF48A
Tints of Tidal #DFF48A
RGB
CMYK
RGB Variations
Color information
#DFF48A (or 0xDFF48A) is known color: Tidal. HEX triplet: DF, F4 and 8A. RGB value is (223,244,138). Sum of RGB (Red+Green+Blue) = 223+244+138=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF48A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF48A is #200B75. Grayscale: #E2E2E2. Windows color (decimal): -2100086 or 9106655. OLE color: 9106655.
HSL color Cylindrical-coordinate representation of color #DFF48A: hue angle of 71.89º degrees, saturation: 0.83, 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 #DFF48A is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 138 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.04 |
| HSL | 71.89º | 0.83% | 0.75% | - |
| HSV(B) | 71.89º | 0.43% | 0.96% | - |
| XYZ | 67.37 | 82.22 | 36.36 | - |
| YUV | 225.64 | 78.54 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 138 | 0.09 | 0 | 0.43 | 0.04 | 71.89 | 0.83 | 0.75 |
| Hex | DF | F4 | 8A | 9 | 0 | 2B | 4 | 48 | 53 | 4B |
| Octal | 337 | 364 | 212 | 11 | 0 | 53 | 4 | 110 | 123 | 113 |
| Binary | 11011111 | 11110100 | 10001010 | 1001 | 0 | 101011 | 100 | 1001000 | 1010011 | 1001011 |
Color Harmonies of #DFF48A
Complementary color
Monochromatic Colors of #DFF48A
Black with #DFF48A
Text Example
Text Example
White with #DFF48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF48A; }
p { color: rgb(223,244,138); }
H1.HeaderClassName
{
color: #DFF48A;
}
.AnyTagClassName
{
color: #DFF48A;
}
</style>
background-color css
<style>
a { background-color: #DFF48A; }
a { background-color: rgb(223,244,138); }
div.DivClassName
{
background-color: #DFF48A;
}
.BgClassName
{
background-color: #DFF48A;
}
</style>
border-color css
<style>
span { border-color: #DFF48A; }
span { border-color: rgb(223,244,138); }
td.TdClassName
{
border-color: #DFF48A;
}
.TagClassName
{
border-color: #DFF48A;
}
</style>