Shades of Tidal #EFFC92
Tints of Tidal #EFFC92
RGB
CMYK
RGB Variations
Color information
#EFFC92 (or 0xEFFC92) is known color: Tidal. HEX triplet: EF, FC and 92. RGB value is (239,252,146). Sum of RGB (Red+Green+Blue) = 239+252+146=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 146 (57.42% from 255 or 22.92% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFC92 is #10036D. Grayscale: #ECECEC. Windows color (decimal): -1049454 or 9633007. OLE color: 9633007.
HSL color Cylindrical-coordinate representation of color #EFFC92: hue angle of 67.36º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFFC92 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 146 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.01 |
| HSL | 67.36º | 0.95% | 0.78% | - |
| HSV(B) | 67.36º | 0.42% | 0.99% | - |
| XYZ | 75.6 | 90.05 | 40.59 | - |
| YUV | 236.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 146 | 0.05 | 0 | 0.42 | 0.01 | 67.36 | 0.95 | 0.78 |
| Hex | EF | FC | 92 | 5 | 0 | 2A | 1 | 43 | 5F | 4E |
| Octal | 357 | 374 | 222 | 5 | 0 | 52 | 1 | 103 | 137 | 116 |
| Binary | 11101111 | 11111100 | 10010010 | 101 | 0 | 101010 | 1 | 1000011 | 1011111 | 1001110 |
Color Harmonies of #EFFC92
Complementary color
Monochromatic Colors of #EFFC92
Black with #EFFC92
Text Example
Text Example
White with #EFFC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC92; }
p { color: rgb(239,252,146); }
H1.HeaderClassName
{
color: #EFFC92;
}
.AnyTagClassName
{
color: #EFFC92;
}
</style>
background-color css
<style>
a { background-color: #EFFC92; }
a { background-color: rgb(239,252,146); }
div.DivClassName
{
background-color: #EFFC92;
}
.BgClassName
{
background-color: #EFFC92;
}
</style>
border-color css
<style>
span { border-color: #EFFC92; }
span { border-color: rgb(239,252,146); }
td.TdClassName
{
border-color: #EFFC92;
}
.TagClassName
{
border-color: #EFFC92;
}
</style>