Shades of Tidal #EFFB80
Tints of Tidal #EFFB80
RGB
CMYK
RGB Variations
Color information
#EFFB80 (or 0xEFFB80) is known color: Tidal. HEX triplet: EF, FB and 80. RGB value is (239,251,128). Sum of RGB (Red+Green+Blue) = 239+251+128=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 128 (50.39% from 255 or 20.71% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFB80 is #10047F. Grayscale: #E9E9E9. Windows color (decimal): -1049728 or 8453103. OLE color: 8453103.
HSL color Cylindrical-coordinate representation of color #EFFB80: hue angle of 65.85º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFFB80 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 128 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.02 |
| HSL | 65.85º | 0.94% | 0.74% | - |
| HSV(B) | 65.85º | 0.49% | 0.98% | - |
| XYZ | 73.99 | 88.9 | 33.68 | - |
| YUV | 233.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 128 | 0.05 | 0 | 0.49 | 0.02 | 65.85 | 0.94 | 0.74 |
| Hex | EF | FB | 80 | 5 | 0 | 31 | 2 | 42 | 5E | 4A |
| Octal | 357 | 373 | 200 | 5 | 0 | 61 | 2 | 102 | 136 | 112 |
| Binary | 11101111 | 11111011 | 10000000 | 101 | 0 | 110001 | 10 | 1000010 | 1011110 | 1001010 |
Color Harmonies of #EFFB80
Complementary color
Monochromatic Colors of #EFFB80
Black with #EFFB80
Text Example
Text Example
White with #EFFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFB80; }
p { color: rgb(239,251,128); }
H1.HeaderClassName
{
color: #EFFB80;
}
.AnyTagClassName
{
color: #EFFB80;
}
</style>
background-color css
<style>
a { background-color: #EFFB80; }
a { background-color: rgb(239,251,128); }
div.DivClassName
{
background-color: #EFFB80;
}
.BgClassName
{
background-color: #EFFB80;
}
</style>
border-color css
<style>
span { border-color: #EFFB80; }
span { border-color: rgb(239,251,128); }
td.TdClassName
{
border-color: #EFFB80;
}
.TagClassName
{
border-color: #EFFB80;
}
</style>