Shades of Tidal #DEFC85
Tints of Tidal #DEFC85
RGB
CMYK
RGB Variations
Color information
#DEFC85 (or 0xDEFC85) is known color: Tidal. HEX triplet: DE, FC and 85. RGB value is (222,252,133). Sum of RGB (Red+Green+Blue) = 222+252+133=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC85 is #21037A. Grayscale: #E5E5E5. Windows color (decimal): -2163579 or 8781022. OLE color: 8781022.
HSL color Cylindrical-coordinate representation of color #DEFC85: hue angle of 75.13º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEFC85 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 133 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.01 |
| HSL | 75.13º | 0.95% | 0.75% | - |
| HSV(B) | 75.13º | 0.47% | 0.99% | - |
| XYZ | 69.17 | 86.84 | 35.31 | - |
| YUV | 229.46 | 73.56 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 133 | 0.12 | 0 | 0.47 | 0.01 | 75.13 | 0.95 | 0.75 |
| Hex | DE | FC | 85 | C | 0 | 2F | 1 | 4B | 5F | 4B |
| Octal | 336 | 374 | 205 | 14 | 0 | 57 | 1 | 113 | 137 | 113 |
| Binary | 11011110 | 11111100 | 10000101 | 1100 | 0 | 101111 | 1 | 1001011 | 1011111 | 1001011 |
Color Harmonies of #DEFC85
Complementary color
Monochromatic Colors of #DEFC85
Black with #DEFC85
Text Example
Text Example
White with #DEFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC85; }
p { color: rgb(222,252,133); }
H1.HeaderClassName
{
color: #DEFC85;
}
.AnyTagClassName
{
color: #DEFC85;
}
</style>
background-color css
<style>
a { background-color: #DEFC85; }
a { background-color: rgb(222,252,133); }
div.DivClassName
{
background-color: #DEFC85;
}
.BgClassName
{
background-color: #DEFC85;
}
</style>
border-color css
<style>
span { border-color: #DEFC85; }
span { border-color: rgb(222,252,133); }
td.TdClassName
{
border-color: #DEFC85;
}
.TagClassName
{
border-color: #DEFC85;
}
</style>