Shades of Tidal #DEF385
Tints of Tidal #DEF385
RGB
CMYK
RGB Variations
Color information
#DEF385 (or 0xDEF385) is known color: Tidal. HEX triplet: DE, F3 and 85. RGB value is (222,243,133). Sum of RGB (Red+Green+Blue) = 222+243+133=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF385 is #210C7A. Grayscale: #E0E0E0. Windows color (decimal): -2165883 or 8778718. OLE color: 8778718.
HSL color Cylindrical-coordinate representation of color #DEF385: hue angle of 71.45º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEF385 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 133 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.05 |
| HSL | 71.45º | 0.82% | 0.74% | - |
| HSV(B) | 71.45º | 0.45% | 0.95% | - |
| XYZ | 66.41 | 81.32 | 34.39 | - |
| YUV | 224.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 133 | 0.09 | 0 | 0.45 | 0.05 | 71.45 | 0.82 | 0.74 |
| Hex | DE | F3 | 85 | 9 | 0 | 2D | 5 | 47 | 52 | 4A |
| Octal | 336 | 363 | 205 | 11 | 0 | 55 | 5 | 107 | 122 | 112 |
| Binary | 11011110 | 11110011 | 10000101 | 1001 | 0 | 101101 | 101 | 1000111 | 1010010 | 1001010 |
Color Harmonies of #DEF385
Complementary color
Monochromatic Colors of #DEF385
Black with #DEF385
Text Example
Text Example
White with #DEF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF385; }
p { color: rgb(222,243,133); }
H1.HeaderClassName
{
color: #DEF385;
}
.AnyTagClassName
{
color: #DEF385;
}
</style>
background-color css
<style>
a { background-color: #DEF385; }
a { background-color: rgb(222,243,133); }
div.DivClassName
{
background-color: #DEF385;
}
.BgClassName
{
background-color: #DEF385;
}
</style>
border-color css
<style>
span { border-color: #DEF385; }
span { border-color: rgb(222,243,133); }
td.TdClassName
{
border-color: #DEF385;
}
.TagClassName
{
border-color: #DEF385;
}
</style>