Shades of Tidal #EFF18C
Tints of Tidal #EFF18C
RGB
CMYK
RGB Variations
Color information
#EFF18C (or 0xEFF18C) is known color: Tidal. HEX triplet: EF, F1 and 8C. RGB value is (239,241,140). Sum of RGB (Red+Green+Blue) = 239+241+140=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF18C is #100E73. Grayscale: #E5E5E5. Windows color (decimal): -1052276 or 9236975. OLE color: 9236975.
HSL color Cylindrical-coordinate representation of color #EFF18C: hue angle of 61.19º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFF18C is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 140 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.05 |
| HSL | 61.19º | 0.78% | 0.75% | - |
| HSV(B) | 61.19º | 0.42% | 0.95% | - |
| XYZ | 71.79 | 83.15 | 37.08 | - |
| YUV | 228.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 140 | 0.01 | 0 | 0.42 | 0.05 | 61.19 | 0.78 | 0.75 |
| Hex | EF | F1 | 8C | 1 | 0 | 2A | 5 | 3D | 4E | 4B |
| Octal | 357 | 361 | 214 | 1 | 0 | 52 | 5 | 75 | 116 | 113 |
| Binary | 11101111 | 11110001 | 10001100 | 1 | 0 | 101010 | 101 | 111101 | 1001110 | 1001011 |
Color Harmonies of #EFF18C
Complementary color
Monochromatic Colors of #EFF18C
Black with #EFF18C
Text Example
Text Example
White with #EFF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF18C; }
p { color: rgb(239,241,140); }
H1.HeaderClassName
{
color: #EFF18C;
}
.AnyTagClassName
{
color: #EFF18C;
}
</style>
background-color css
<style>
a { background-color: #EFF18C; }
a { background-color: rgb(239,241,140); }
div.DivClassName
{
background-color: #EFF18C;
}
.BgClassName
{
background-color: #EFF18C;
}
</style>
border-color css
<style>
span { border-color: #EFF18C; }
span { border-color: rgb(239,241,140); }
td.TdClassName
{
border-color: #EFF18C;
}
.TagClassName
{
border-color: #EFF18C;
}
</style>