Shades of Tidal #EFFF85
Tints of Tidal #EFFF85
RGB
CMYK
RGB Variations
Color information
#EFFF85 (or 0xEFFF85) is known color: Tidal. HEX triplet: EF, FF and 85. RGB value is (239,255,133). Sum of RGB (Red+Green+Blue) = 239+255+133=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 133 (52.34% from 255 or 21.21% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF85 is #10007A. Grayscale: #ECECEC. Windows color (decimal): -1048699 or 8781807. OLE color: 8781807.
HSL color Cylindrical-coordinate representation of color #EFFF85: hue angle of 67.87º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFFF85 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 133 | - |
| CMYK | 0.06 | 0 | 0.48 | 0 |
| HSL | 67.87º | 1% | 0.76% | - |
| HSV(B) | 67.87º | 0.48% | 1% | - |
| XYZ | 75.59 | 91.56 | 35.88 | - |
| YUV | 236.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 133 | 0.06 | 0 | 0.48 | 0 | 67.87 | 1 | 0.76 |
| Hex | EF | FF | 85 | 6 | 0 | 30 | 0 | 44 | 64 | 4C |
| Octal | 357 | 377 | 205 | 6 | 0 | 60 | 0 | 104 | 144 | 114 |
| Binary | 11101111 | 11111111 | 10000101 | 110 | 0 | 110000 | 0 | 1000100 | 1100100 | 1001100 |
Color Harmonies of #EFFF85
Complementary color
Monochromatic Colors of #EFFF85
Black with #EFFF85
Text Example
Text Example
White with #EFFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF85; }
p { color: rgb(239,255,133); }
H1.HeaderClassName
{
color: #EFFF85;
}
.AnyTagClassName
{
color: #EFFF85;
}
</style>
background-color css
<style>
a { background-color: #EFFF85; }
a { background-color: rgb(239,255,133); }
div.DivClassName
{
background-color: #EFFF85;
}
.BgClassName
{
background-color: #EFFF85;
}
</style>
border-color css
<style>
span { border-color: #EFFF85; }
span { border-color: rgb(239,255,133); }
td.TdClassName
{
border-color: #EFFF85;
}
.TagClassName
{
border-color: #EFFF85;
}
</style>