Shades of Tidal #DEFC8C
Tints of Tidal #DEFC8C
RGB
CMYK
RGB Variations
Color information
#DEFC8C (or 0xDEFC8C) is known color: Tidal. HEX triplet: DE, FC and 8C. RGB value is (222,252,140). Sum of RGB (Red+Green+Blue) = 222+252+140=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC8C is #210373. Grayscale: #E6E6E6. Windows color (decimal): -2163572 or 9239774. OLE color: 9239774.
HSL color Cylindrical-coordinate representation of color #DEFC8C: hue angle of 76.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEFC8C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 140 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.01 |
| HSL | 76.07º | 0.95% | 0.77% | - |
| HSV(B) | 76.07º | 0.44% | 0.99% | - |
| XYZ | 69.67 | 87.04 | 37.94 | - |
| YUV | 230.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 140 | 0.12 | 0 | 0.44 | 0.01 | 76.07 | 0.95 | 0.77 |
| Hex | DE | FC | 8C | C | 0 | 2C | 1 | 4C | 5F | 4D |
| Octal | 336 | 374 | 214 | 14 | 0 | 54 | 1 | 114 | 137 | 115 |
| Binary | 11011110 | 11111100 | 10001100 | 1100 | 0 | 101100 | 1 | 1001100 | 1011111 | 1001101 |
Color Harmonies of #DEFC8C
Complementary color
Monochromatic Colors of #DEFC8C
Black with #DEFC8C
Text Example
Text Example
White with #DEFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC8C; }
p { color: rgb(222,252,140); }
H1.HeaderClassName
{
color: #DEFC8C;
}
.AnyTagClassName
{
color: #DEFC8C;
}
</style>
background-color css
<style>
a { background-color: #DEFC8C; }
a { background-color: rgb(222,252,140); }
div.DivClassName
{
background-color: #DEFC8C;
}
.BgClassName
{
background-color: #DEFC8C;
}
</style>
border-color css
<style>
span { border-color: #DEFC8C; }
span { border-color: rgb(222,252,140); }
td.TdClassName
{
border-color: #DEFC8C;
}
.TagClassName
{
border-color: #DEFC8C;
}
</style>