Shades of Tidal #EFFC80
Tints of Tidal #EFFC80
RGB
CMYK
RGB Variations
Color information
#EFFC80 (or 0xEFFC80) is known color: Tidal. HEX triplet: EF, FC and 80. RGB value is (239,252,128). Sum of RGB (Red+Green+Blue) = 239+252+128=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFC80 is #10037F. Grayscale: #EAEAEA. Windows color (decimal): -1049472 or 8453359. OLE color: 8453359.
HSL color Cylindrical-coordinate representation of color #EFFC80: hue angle of 66.29º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFFC80 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 128 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.01 |
| HSL | 66.29º | 0.95% | 0.75% | - |
| HSV(B) | 66.29º | 0.49% | 0.99% | - |
| XYZ | 74.3 | 89.53 | 33.79 | - |
| YUV | 233.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 128 | 0.05 | 0 | 0.49 | 0.01 | 66.29 | 0.95 | 0.75 |
| Hex | EF | FC | 80 | 5 | 0 | 31 | 1 | 42 | 5F | 4B |
| Octal | 357 | 374 | 200 | 5 | 0 | 61 | 1 | 102 | 137 | 113 |
| Binary | 11101111 | 11111100 | 10000000 | 101 | 0 | 110001 | 1 | 1000010 | 1011111 | 1001011 |
Color Harmonies of #EFFC80
Complementary color
Monochromatic Colors of #EFFC80
Black with #EFFC80
Text Example
Text Example
White with #EFFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC80; }
p { color: rgb(239,252,128); }
H1.HeaderClassName
{
color: #EFFC80;
}
.AnyTagClassName
{
color: #EFFC80;
}
</style>
background-color css
<style>
a { background-color: #EFFC80; }
a { background-color: rgb(239,252,128); }
div.DivClassName
{
background-color: #EFFC80;
}
.BgClassName
{
background-color: #EFFC80;
}
</style>
border-color css
<style>
span { border-color: #EFFC80; }
span { border-color: rgb(239,252,128); }
td.TdClassName
{
border-color: #EFFC80;
}
.TagClassName
{
border-color: #EFFC80;
}
</style>