Shades of Tidal #EFF08A
Tints of Tidal #EFF08A
RGB
CMYK
RGB Variations
Color information
#EFF08A (or 0xEFF08A) is known color: Tidal. HEX triplet: EF, F0 and 8A. RGB value is (239,240,138). Sum of RGB (Red+Green+Blue) = 239+240+138=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF08A is #100F75. Grayscale: #E4E4E4. Windows color (decimal): -1052534 or 9105647. OLE color: 9105647.
HSL color Cylindrical-coordinate representation of color #EFF08A: hue angle of 60.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFF08A is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 138 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.06 |
| HSL | 60.59º | 0.77% | 0.74% | - |
| HSV(B) | 60.59º | 0.43% | 0.94% | - |
| XYZ | 71.34 | 82.51 | 36.21 | - |
| YUV | 228.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 138 | 0.00 | 0 | 0.42 | 0.06 | 60.59 | 0.77 | 0.74 |
| Hex | EF | F0 | 8A | 0 | 0 | 2A | 6 | 3D | 4D | 4A |
| Octal | 357 | 360 | 212 | 0 | 0 | 52 | 6 | 75 | 115 | 112 |
| Binary | 11101111 | 11110000 | 10001010 | 0 | 0 | 101010 | 110 | 111101 | 1001101 | 1001010 |
Color Harmonies of #EFF08A
Complementary color
Monochromatic Colors of #EFF08A
Black with #EFF08A
Text Example
Text Example
White with #EFF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF08A; }
p { color: rgb(239,240,138); }
H1.HeaderClassName
{
color: #EFF08A;
}
.AnyTagClassName
{
color: #EFF08A;
}
</style>
background-color css
<style>
a { background-color: #EFF08A; }
a { background-color: rgb(239,240,138); }
div.DivClassName
{
background-color: #EFF08A;
}
.BgClassName
{
background-color: #EFF08A;
}
</style>
border-color css
<style>
span { border-color: #EFF08A; }
span { border-color: rgb(239,240,138); }
td.TdClassName
{
border-color: #EFF08A;
}
.TagClassName
{
border-color: #EFF08A;
}
</style>