Shades of Tidal #EFFC81
Tints of Tidal #EFFC81
RGB
CMYK
RGB Variations
Color information
#EFFC81 (or 0xEFFC81) is known color: Tidal. HEX triplet: EF, FC and 81. RGB value is (239,252,129). Sum of RGB (Red+Green+Blue) = 239+252+129=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 129 (50.78% from 255 or 20.81% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFC81 is #10037E. Grayscale: #EAEAEA. Windows color (decimal): -1049471 or 8518895. OLE color: 8518895.
HSL color Cylindrical-coordinate representation of color #EFFC81: hue angle of 66.34º 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 #EFFC81 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 129 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.01 |
| HSL | 66.34º | 0.95% | 0.75% | - |
| HSV(B) | 66.34º | 0.49% | 0.99% | - |
| XYZ | 74.37 | 89.56 | 34.14 | - |
| YUV | 234.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 129 | 0.05 | 0 | 0.49 | 0.01 | 66.34 | 0.95 | 0.75 |
| Hex | EF | FC | 81 | 5 | 0 | 31 | 1 | 42 | 5F | 4B |
| Octal | 357 | 374 | 201 | 5 | 0 | 61 | 1 | 102 | 137 | 113 |
| Binary | 11101111 | 11111100 | 10000001 | 101 | 0 | 110001 | 1 | 1000010 | 1011111 | 1001011 |
Color Harmonies of #EFFC81
Complementary color
Monochromatic Colors of #EFFC81
Black with #EFFC81
Text Example
Text Example
White with #EFFC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC81; }
p { color: rgb(239,252,129); }
H1.HeaderClassName
{
color: #EFFC81;
}
.AnyTagClassName
{
color: #EFFC81;
}
</style>
background-color css
<style>
a { background-color: #EFFC81; }
a { background-color: rgb(239,252,129); }
div.DivClassName
{
background-color: #EFFC81;
}
.BgClassName
{
background-color: #EFFC81;
}
</style>
border-color css
<style>
span { border-color: #EFFC81; }
span { border-color: rgb(239,252,129); }
td.TdClassName
{
border-color: #EFFC81;
}
.TagClassName
{
border-color: #EFFC81;
}
</style>