Shades of Tidal #DFFE82
Tints of Tidal #DFFE82
RGB
CMYK
RGB Variations
Color information
#DFFE82 (or 0xDFFE82) is known color: Tidal. HEX triplet: DF, FE and 82. RGB value is (223,254,130). Sum of RGB (Red+Green+Blue) = 223+254+130=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFE82 is #20017D. Grayscale: #E7E7E7. Windows color (decimal): -2097534 or 8584927. OLE color: 8584927.
HSL color Cylindrical-coordinate representation of color #DFFE82: hue angle of 75º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFFE82 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 130 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.00 |
| HSL | 75º | 0.98% | 0.75% | - |
| HSV(B) | 75º | 0.49% | 1% | - |
| XYZ | 69.9 | 88.18 | 34.46 | - |
| YUV | 230.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 130 | 0.12 | 0 | 0.49 | 0.00 | 75 | 0.98 | 0.75 |
| Hex | DF | FE | 82 | C | 0 | 31 | 0 | 4B | 62 | 4B |
| Octal | 337 | 376 | 202 | 14 | 0 | 61 | 0 | 113 | 142 | 113 |
| Binary | 11011111 | 11111110 | 10000010 | 1100 | 0 | 110001 | 0 | 1001011 | 1100010 | 1001011 |
Color Harmonies of #DFFE82
Complementary color
Monochromatic Colors of #DFFE82
Black with #DFFE82
Text Example
Text Example
White with #DFFE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE82; }
p { color: rgb(223,254,130); }
H1.HeaderClassName
{
color: #DFFE82;
}
.AnyTagClassName
{
color: #DFFE82;
}
</style>
background-color css
<style>
a { background-color: #DFFE82; }
a { background-color: rgb(223,254,130); }
div.DivClassName
{
background-color: #DFFE82;
}
.BgClassName
{
background-color: #DFFE82;
}
</style>
border-color css
<style>
span { border-color: #DFFE82; }
span { border-color: rgb(223,254,130); }
td.TdClassName
{
border-color: #DFFE82;
}
.TagClassName
{
border-color: #DFFE82;
}
</style>