Shades of Tidal #EFFE8E
Tints of Tidal #EFFE8E
RGB
CMYK
RGB Variations
Color information
#EFFE8E (or 0xEFFE8E) is known color: Tidal. HEX triplet: EF, FE and 8E. RGB value is (239,254,142). Sum of RGB (Red+Green+Blue) = 239+254+142=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 142 (55.86% from 255 or 22.36% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFE8E is #100171. Grayscale: #EDEDED. Windows color (decimal): -1048946 or 9371375. OLE color: 9371375.
HSL color Cylindrical-coordinate representation of color #EFFE8E: hue angle of 68.04º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFFE8E is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 142 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.00 |
| HSL | 68.04º | 0.98% | 0.78% | - |
| HSV(B) | 68.04º | 0.44% | 1% | - |
| XYZ | 75.92 | 91.19 | 39.19 | - |
| YUV | 236.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 142 | 0.06 | 0 | 0.44 | 0.00 | 68.04 | 0.98 | 0.78 |
| Hex | EF | FE | 8E | 6 | 0 | 2C | 0 | 44 | 62 | 4E |
| Octal | 357 | 376 | 216 | 6 | 0 | 54 | 0 | 104 | 142 | 116 |
| Binary | 11101111 | 11111110 | 10001110 | 110 | 0 | 101100 | 0 | 1000100 | 1100010 | 1001110 |
Color Harmonies of #EFFE8E
Complementary color
Monochromatic Colors of #EFFE8E
Black with #EFFE8E
Text Example
Text Example
White with #EFFE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE8E; }
p { color: rgb(239,254,142); }
H1.HeaderClassName
{
color: #EFFE8E;
}
.AnyTagClassName
{
color: #EFFE8E;
}
</style>
background-color css
<style>
a { background-color: #EFFE8E; }
a { background-color: rgb(239,254,142); }
div.DivClassName
{
background-color: #EFFE8E;
}
.BgClassName
{
background-color: #EFFE8E;
}
</style>
border-color css
<style>
span { border-color: #EFFE8E; }
span { border-color: rgb(239,254,142); }
td.TdClassName
{
border-color: #EFFE8E;
}
.TagClassName
{
border-color: #EFFE8E;
}
</style>