Shades of Tidal #DEF88E
Tints of Tidal #DEF88E
RGB
CMYK
RGB Variations
Color information
#DEF88E (or 0xDEF88E) is known color: Tidal. HEX triplet: DE, F8 and 8E. RGB value is (222,248,142). Sum of RGB (Red+Green+Blue) = 222+248+142=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF88E is #210771. Grayscale: #E4E4E4. Windows color (decimal): -2164594 or 9369822. OLE color: 9369822.
HSL color Cylindrical-coordinate representation of color #DEF88E: hue angle of 74.72º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEF88E is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 142 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.03 |
| HSL | 74.72º | 0.88% | 0.76% | - |
| HSV(B) | 74.72º | 0.43% | 0.97% | - |
| XYZ | 68.57 | 84.62 | 38.31 | - |
| YUV | 228.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 142 | 0.10 | 0 | 0.43 | 0.03 | 74.72 | 0.88 | 0.76 |
| Hex | DE | F8 | 8E | A | 0 | 2B | 3 | 4B | 58 | 4C |
| Octal | 336 | 370 | 216 | 12 | 0 | 53 | 3 | 113 | 130 | 114 |
| Binary | 11011110 | 11111000 | 10001110 | 1010 | 0 | 101011 | 11 | 1001011 | 1011000 | 1001100 |
Color Harmonies of #DEF88E
Complementary color
Monochromatic Colors of #DEF88E
Black with #DEF88E
Text Example
Text Example
White with #DEF88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF88E; }
p { color: rgb(222,248,142); }
H1.HeaderClassName
{
color: #DEF88E;
}
.AnyTagClassName
{
color: #DEF88E;
}
</style>
background-color css
<style>
a { background-color: #DEF88E; }
a { background-color: rgb(222,248,142); }
div.DivClassName
{
background-color: #DEF88E;
}
.BgClassName
{
background-color: #DEF88E;
}
</style>
border-color css
<style>
span { border-color: #DEF88E; }
span { border-color: rgb(222,248,142); }
td.TdClassName
{
border-color: #DEF88E;
}
.TagClassName
{
border-color: #DEF88E;
}
</style>