Shades of Tidal #DEFA87
Tints of Tidal #DEFA87
RGB
CMYK
RGB Variations
Color information
#DEFA87 (or 0xDEFA87) is known color: Tidal. HEX triplet: DE, FA and 87. RGB value is (222,250,135). Sum of RGB (Red+Green+Blue) = 222+250+135=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 135 (53.12% from 255 or 22.24% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA87 is #210578. Grayscale: #E4E4E4. Windows color (decimal): -2164089 or 8911582. OLE color: 8911582.
HSL color Cylindrical-coordinate representation of color #DEFA87: hue angle of 74.61º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEFA87 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 135 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.02 |
| HSL | 74.61º | 0.92% | 0.75% | - |
| HSV(B) | 74.61º | 0.46% | 0.98% | - |
| XYZ | 68.68 | 85.65 | 35.83 | - |
| YUV | 228.52 | 75.22 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 135 | 0.11 | 0 | 0.46 | 0.02 | 74.61 | 0.92 | 0.75 |
| Hex | DE | FA | 87 | B | 0 | 2E | 2 | 4B | 5C | 4B |
| Octal | 336 | 372 | 207 | 13 | 0 | 56 | 2 | 113 | 134 | 113 |
| Binary | 11011110 | 11111010 | 10000111 | 1011 | 0 | 101110 | 10 | 1001011 | 1011100 | 1001011 |
Color Harmonies of #DEFA87
Complementary color
Monochromatic Colors of #DEFA87
Black with #DEFA87
Text Example
Text Example
White with #DEFA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA87; }
p { color: rgb(222,250,135); }
H1.HeaderClassName
{
color: #DEFA87;
}
.AnyTagClassName
{
color: #DEFA87;
}
</style>
background-color css
<style>
a { background-color: #DEFA87; }
a { background-color: rgb(222,250,135); }
div.DivClassName
{
background-color: #DEFA87;
}
.BgClassName
{
background-color: #DEFA87;
}
</style>
border-color css
<style>
span { border-color: #DEFA87; }
span { border-color: rgb(222,250,135); }
td.TdClassName
{
border-color: #DEFA87;
}
.TagClassName
{
border-color: #DEFA87;
}
</style>