Shades of Tidal #EFFE85
Tints of Tidal #EFFE85
RGB
CMYK
RGB Variations
Color information
#EFFE85 (or 0xEFFE85) is known color: Tidal. HEX triplet: EF, FE and 85. RGB value is (239,254,133). Sum of RGB (Red+Green+Blue) = 239+254+133=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 133 (52.34% from 255 or 21.25% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFE85 is #10017A. Grayscale: #ECECEC. Windows color (decimal): -1048955 or 8781551. OLE color: 8781551.
HSL color Cylindrical-coordinate representation of color #EFFE85: hue angle of 67.44º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFFE85 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 133 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.00 |
| HSL | 67.44º | 0.98% | 0.76% | - |
| HSV(B) | 67.44º | 0.48% | 1% | - |
| XYZ | 75.27 | 90.93 | 35.77 | - |
| YUV | 235.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 133 | 0.06 | 0 | 0.48 | 0.00 | 67.44 | 0.98 | 0.76 |
| Hex | EF | FE | 85 | 6 | 0 | 30 | 0 | 43 | 62 | 4C |
| Octal | 357 | 376 | 205 | 6 | 0 | 60 | 0 | 103 | 142 | 114 |
| Binary | 11101111 | 11111110 | 10000101 | 110 | 0 | 110000 | 0 | 1000011 | 1100010 | 1001100 |
Color Harmonies of #EFFE85
Complementary color
Monochromatic Colors of #EFFE85
Black with #EFFE85
Text Example
Text Example
White with #EFFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE85; }
p { color: rgb(239,254,133); }
H1.HeaderClassName
{
color: #EFFE85;
}
.AnyTagClassName
{
color: #EFFE85;
}
</style>
background-color css
<style>
a { background-color: #EFFE85; }
a { background-color: rgb(239,254,133); }
div.DivClassName
{
background-color: #EFFE85;
}
.BgClassName
{
background-color: #EFFE85;
}
</style>
border-color css
<style>
span { border-color: #EFFE85; }
span { border-color: rgb(239,254,133); }
td.TdClassName
{
border-color: #EFFE85;
}
.TagClassName
{
border-color: #EFFE85;
}
</style>