Shades of Tidal #EFF88C
Tints of Tidal #EFF88C
RGB
CMYK
RGB Variations
Color information
#EFF88C (or 0xEFF88C) is known color: Tidal. HEX triplet: EF, F8 and 8C. RGB value is (239,248,140). Sum of RGB (Red+Green+Blue) = 239+248+140=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 140 (55.08% from 255 or 22.33% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF88C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF88C is #100773. Grayscale: #E9E9E9. Windows color (decimal): -1050484 or 9238767. OLE color: 9238767.
HSL color Cylindrical-coordinate representation of color #EFF88C: hue angle of 65º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFF88C is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 140 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.03 |
| HSL | 65º | 0.89% | 0.76% | - |
| HSV(B) | 65º | 0.44% | 0.97% | - |
| XYZ | 73.9 | 87.38 | 37.78 | - |
| YUV | 233 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 140 | 0.04 | 0 | 0.44 | 0.03 | 65 | 0.89 | 0.76 |
| Hex | EF | F8 | 8C | 4 | 0 | 2C | 3 | 41 | 59 | 4C |
| Octal | 357 | 370 | 214 | 4 | 0 | 54 | 3 | 101 | 131 | 114 |
| Binary | 11101111 | 11111000 | 10001100 | 100 | 0 | 101100 | 11 | 1000001 | 1011001 | 1001100 |
Color Harmonies of #EFF88C
Complementary color
Monochromatic Colors of #EFF88C
Black with #EFF88C
Text Example
Text Example
White with #EFF88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF88C; }
p { color: rgb(239,248,140); }
H1.HeaderClassName
{
color: #EFF88C;
}
.AnyTagClassName
{
color: #EFF88C;
}
</style>
background-color css
<style>
a { background-color: #EFF88C; }
a { background-color: rgb(239,248,140); }
div.DivClassName
{
background-color: #EFF88C;
}
.BgClassName
{
background-color: #EFF88C;
}
</style>
border-color css
<style>
span { border-color: #EFF88C; }
span { border-color: rgb(239,248,140); }
td.TdClassName
{
border-color: #EFF88C;
}
.TagClassName
{
border-color: #EFF88C;
}
</style>