Shades of Tidal #DFFC83
Tints of Tidal #DFFC83
RGB
CMYK
RGB Variations
Color information
#DFFC83 (or 0xDFFC83) is known color: Tidal. HEX triplet: DF, FC and 83. RGB value is (223,252,131). Sum of RGB (Red+Green+Blue) = 223+252+131=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFC83 is #20037C. Grayscale: #E5E5E5. Windows color (decimal): -2098045 or 8649951. OLE color: 8649951.
HSL color Cylindrical-coordinate representation of color #DFFC83: hue angle of 74.38º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFFC83 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 252 | 131 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.01 |
| HSL | 74.38º | 0.95% | 0.75% | - |
| HSV(B) | 74.38º | 0.48% | 0.99% | - |
| XYZ | 69.34 | 86.95 | 34.6 | - |
| YUV | 229.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 252 | 131 | 0.12 | 0 | 0.48 | 0.01 | 74.38 | 0.95 | 0.75 |
| Hex | DF | FC | 83 | C | 0 | 30 | 1 | 4A | 5F | 4B |
| Octal | 337 | 374 | 203 | 14 | 0 | 60 | 1 | 112 | 137 | 113 |
| Binary | 11011111 | 11111100 | 10000011 | 1100 | 0 | 110000 | 1 | 1001010 | 1011111 | 1001011 |
Color Harmonies of #DFFC83
Complementary color
Monochromatic Colors of #DFFC83
Black with #DFFC83
Text Example
Text Example
White with #DFFC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFC83; }
p { color: rgb(223,252,131); }
H1.HeaderClassName
{
color: #DFFC83;
}
.AnyTagClassName
{
color: #DFFC83;
}
</style>
background-color css
<style>
a { background-color: #DFFC83; }
a { background-color: rgb(223,252,131); }
div.DivClassName
{
background-color: #DFFC83;
}
.BgClassName
{
background-color: #DFFC83;
}
</style>
border-color css
<style>
span { border-color: #DFFC83; }
span { border-color: rgb(223,252,131); }
td.TdClassName
{
border-color: #DFFC83;
}
.TagClassName
{
border-color: #DFFC83;
}
</style>