Shades of Tidal #EFFC8D
Tints of Tidal #EFFC8D
RGB
CMYK
RGB Variations
Color information
#EFFC8D (or 0xEFFC8D) is known color: Tidal. HEX triplet: EF, FC and 8D. RGB value is (239,252,141). Sum of RGB (Red+Green+Blue) = 239+252+141=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 141 (55.47% from 255 or 22.31% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFC8D is #100372. Grayscale: #EBEBEB. Windows color (decimal): -1049459 or 9305327. OLE color: 9305327.
HSL color Cylindrical-coordinate representation of color #EFFC8D: hue angle of 67.03º 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 #EFFC8D is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 141 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.01 |
| HSL | 67.03º | 0.95% | 0.77% | - |
| HSV(B) | 67.03º | 0.44% | 0.99% | - |
| XYZ | 75.21 | 89.89 | 38.59 | - |
| YUV | 235.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 141 | 0.05 | 0 | 0.44 | 0.01 | 67.03 | 0.95 | 0.77 |
| Hex | EF | FC | 8D | 5 | 0 | 2C | 1 | 43 | 5F | 4D |
| Octal | 357 | 374 | 215 | 5 | 0 | 54 | 1 | 103 | 137 | 115 |
| Binary | 11101111 | 11111100 | 10001101 | 101 | 0 | 101100 | 1 | 1000011 | 1011111 | 1001101 |
Color Harmonies of #EFFC8D
Complementary color
Monochromatic Colors of #EFFC8D
Black with #EFFC8D
Text Example
Text Example
White with #EFFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC8D; }
p { color: rgb(239,252,141); }
H1.HeaderClassName
{
color: #EFFC8D;
}
.AnyTagClassName
{
color: #EFFC8D;
}
</style>
background-color css
<style>
a { background-color: #EFFC8D; }
a { background-color: rgb(239,252,141); }
div.DivClassName
{
background-color: #EFFC8D;
}
.BgClassName
{
background-color: #EFFC8D;
}
</style>
border-color css
<style>
span { border-color: #EFFC8D; }
span { border-color: rgb(239,252,141); }
td.TdClassName
{
border-color: #EFFC8D;
}
.TagClassName
{
border-color: #EFFC8D;
}
</style>