Shades of Tidal #EFF98B
Tints of Tidal #EFF98B
RGB
CMYK
RGB Variations
Color information
#EFF98B (or 0xEFF98B) is known color: Tidal. HEX triplet: EF, F9 and 8B. RGB value is (239,249,139). Sum of RGB (Red+Green+Blue) = 239+249+139=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 139 (54.69% from 255 or 22.17% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF98B is #100674. Grayscale: #E9E9E9. Windows color (decimal): -1050229 or 9173487. OLE color: 9173487.
HSL color Cylindrical-coordinate representation of color #EFF98B: hue angle of 65.45º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFF98B is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 139 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.02 |
| HSL | 65.45º | 0.9% | 0.76% | - |
| HSV(B) | 65.45º | 0.44% | 0.98% | - |
| XYZ | 74.13 | 87.97 | 37.5 | - |
| YUV | 233.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 139 | 0.04 | 0 | 0.44 | 0.02 | 65.45 | 0.9 | 0.76 |
| Hex | EF | F9 | 8B | 4 | 0 | 2C | 2 | 41 | 5A | 4C |
| Octal | 357 | 371 | 213 | 4 | 0 | 54 | 2 | 101 | 132 | 114 |
| Binary | 11101111 | 11111001 | 10001011 | 100 | 0 | 101100 | 10 | 1000001 | 1011010 | 1001100 |
Color Harmonies of #EFF98B
Complementary color
Monochromatic Colors of #EFF98B
Black with #EFF98B
Text Example
Text Example
White with #EFF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF98B; }
p { color: rgb(239,249,139); }
H1.HeaderClassName
{
color: #EFF98B;
}
.AnyTagClassName
{
color: #EFF98B;
}
</style>
background-color css
<style>
a { background-color: #EFF98B; }
a { background-color: rgb(239,249,139); }
div.DivClassName
{
background-color: #EFF98B;
}
.BgClassName
{
background-color: #EFF98B;
}
</style>
border-color css
<style>
span { border-color: #EFF98B; }
span { border-color: rgb(239,249,139); }
td.TdClassName
{
border-color: #EFF98B;
}
.TagClassName
{
border-color: #EFF98B;
}
</style>